From: Jeff Layton Date: Wed, 30 Apr 2014 13:31:45 +0000 (-0400) Subject: cifs: convert booleans in cifsInodeInfo to a flags field X-Git-Tag: omap-for-v3.16/fixes-against-rc1~74^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aff8d5ca7a3dca0bd6f6e86c9a85bf04941262ce;p=pandora-kernel.git cifs: convert booleans in cifsInodeInfo to a flags field In later patches, we'll need to have a bitlock, so go ahead and convert these bools to use atomic bitops instead. Also, clean up the initialization of the flags field. There's no need to unset each bit individually just after it was zeroed on allocation. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed