projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8abf277
)
cifs: Convert from a kuid before printing current_fsuid
author
Eric W. Biederman
<ebiederm@xmission.com>
Wed, 6 Feb 2013 08:44:13 +0000
(
00:44
-0800)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Wed, 13 Feb 2013 15:28:48 +0000
(07:28 -0800)
Cc: Steve French <smfrench@gmail.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/cifs/cifsproto.h
patch
|
blob
|
history
diff --git
a/fs/cifs/cifsproto.h
b/fs/cifs/cifsproto.h
index
0060ec2
..
feb9b6e
100644
(file)
--- a/
fs/cifs/cifsproto.h
+++ b/
fs/cifs/cifsproto.h
@@
-46,7
+46,8
@@
extern void _free_xid(unsigned int);
({ \
unsigned int __xid = _get_xid(); \
cFYI(1, "CIFS VFS: in %s as Xid: %u with uid: %d", \
- __func__, __xid, current_fsuid()); \
+ __func__, __xid, \
+ from_kuid(&init_user_ns, current_fsuid())); \
__xid; \
})