]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
clarify return value of cifs_convert_flags()
authorJeff Layton <jlayton@redhat.com>
Wed, 14 May 2008 17:21:33 +0000 (10:21 -0700)
committerSteve French <sfrench@us.ibm.com>
Wed, 14 May 2008 18:44:35 +0000 (18:44 +0000)
commite10f7b551d2a79b113d5ce66b5dc9f3657035445
tree38334538d8e38248ada7273f0f48eb404940ab9b
parent77c57ec89682c73785d12d51a6d1f873b292fa42
clarify return value of cifs_convert_flags()

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>
fs/cifs/file.c