]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ext2_remount: don't bother with invalidate_inodes()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Oct 2010 13:45:22 +0000 (09:45 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:23:00 +0000 (21:23 -0400)
commit8e3b9a072d071700e83e88b0bf59115c59042885
tree504d77766446dcb5937f1e50cb0560da42872e5a
parent309f77ad9bea057d55b04580b5a711e9e3727e83
ext2_remount: don't bother with invalidate_inodes()

It's pointless - we *do* have busy inodes (root directory,
for one), so that call will fail and attempt to change
XIP flag will be ignored.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ext2/super.c