]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Get rid of mnt_mountpoint abuses in ext4
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jan 2010 01:10:29 +0000 (20:10 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 19:07:54 +0000 (14:07 -0500)
commit3899167dbd6832a3d8d7171b425257ad46b6c40c
tree2a3bc9562e061c03c444e4ab1d5df2a3d9e15680
parentf598f9f1252b33410ffc52f51e117645ac5116c4
Get rid of mnt_mountpoint abuses in ext4

path to mnt/mnt->mnt_root is no worse than that to
mnt->mnt_parent/mnt->mnt_mountpoint *and* needs no
pinning the sucker down (mnt is not going away and
mnt->mnt_root won't change)

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