]> git.baikalelectronics.ru Git - kernel.git/commit
nfs4_closedata doesn't need to mess with struct path
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 22 Jun 2011 22:20:23 +0000 (18:20 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:43:41 +0000 (01:43 -0400)
commit7be11cec96c4d8ba3553a755b0f369283477a72b
tree68c75e2a53096b2f6fe12b3f43b9fdb91d6dc484
parent3e887b2f987162430c30b797a9374d48cc73720b
nfs4_closedata doesn't need to mess with struct path

instead of path_get()/path_put(), we can just use nfs_sb_{,de}active()
to pin the superblock down.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/nfs4state.c