[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)
commit5529680981807b44abf3be30fb6d612ff04f68ff
tree57da4e9135c0a85c1f8c6bc797250c0209420b51
parent3c7bf1eaee1255315fc7c2c4c300295e556ef768
[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