git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c57ec
)
clarify return value of cifs_convert_flags()
author
Jeff Layton
<jlayton@redhat.com>
Wed, 14 May 2008 17:21:33 +0000
(10:21 -0700)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 14 May 2008 18:44:35 +0000
(18:44 +0000)
cifs_convert_flags returns 0x20197 in the default case. It's not
immediately evident where that number comes from, so change it
to be an or'ed set of flags. The compiler will boil it down anyway.
(Thanks to Guenter Kukkukk for clarifying the flags).
Signed-off-by: Steve French <sfrench@us.ibm.com>
No differences found