]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] NFS: split nfsi->flags into two fields
authorChuck Lever <cel@citi.umich.edu>
Thu, 18 Aug 2005 18:24:09 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 18 Aug 2005 19:53:56 +0000 (12:53 -0700)
commitaa56b79f0bdde0035b797860bf3f40900f00153d
tree57da4e9135c0a85c1f8c6bc797250c0209420b51
parente3c80421148b1865e2d1aef3846a2477ea28fdf8
[PATCH] NFS: split nfsi->flags into two fields

Certain bits in nfsi->flags can be manipulated with atomic bitops, and some
are better manipulated via logical bitmask operations.

This patch splits the flags field into two.  The next patch introduces atomic
bitops for one of the fields.

Test plan:
 Millions of fsx ops on SMP clients.

Signed-off-by: Chuck Lever <cel@netapp.com>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfs/dir.c
fs/nfs/file.c
fs/nfs/inode.c
fs/nfs/nfs3acl.c
fs/nfs/read.c
include/linux/nfs_fs.h