From: Chuck Lever Date: Thu, 18 Aug 2005 18:24:09 +0000 (-0700) Subject: [PATCH] NFS: split nfsi->flags into two fields X-Git-Tag: v2.6.13-rc7~59^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5529680981807b44abf3be30fb6d612ff04f68ff;p=pandora-kernel.git [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 Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed