On Fri, 2008-06-20 at 07:17 -0700, Dave Hansen wrote:
Also, there are some nice benefits to the new way of doing it. To
figure out if there is a file in that location also requires a path
walk. Now, that isn't the most expensive thing in the world, but it is
a heck of a lot more expensive than just doing a read-only look at a
variable in the mount (in mnt_want_write()).
Don't you *want* warnings when an 'rm -f' runs into a r/o filesystem? ;)
-- Dave
--