From: J. Bruce Fields Date: Mon, 2 Feb 2009 20:12:27 +0000 (-0500) Subject: nfsd: clarify exclusive create bitmask result. X-Git-Tag: v2.6.30-rc1~183^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f88726381f676bba6e7dcf74b7412857d7946a;p=pandora-kernel.git nfsd: clarify exclusive create bitmask result. The use of |= is confusing--the bitmask is always initialized to zero in this case, so we're effectively just doing an assignment here. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed