Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357837
b: refs/heads/master
c: dbfb98a
h: refs/heads/master
i:
  357835: 4943453
v: v3
  • Loading branch information
Eric W. Biederman committed Feb 13, 2013
1 parent 49032bf commit 0ce4854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8abf2775dd425ec3c767ea7c5a51b45fc8be76c2
refs/heads/master: dbfb98af18194cff87d4c1dea8d43faf14eae2e7
3 changes: 2 additions & 1 deletion trunk/fs/cifs/cifsproto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
})

Expand Down

0 comments on commit 0ce4854

Please sign in to comment.