ANDROID: sdcardfs: Fix style issues in macros
Signed-off-by: Daniel Rosenberg <drosen@google.com> Bug: 35331000 Change-Id: I89c4035029dc2236081a7685c55cac595d9e7ebf
This commit is contained in:
parent
e7ea867bd8
commit
9f6523661c
1 changed files with 0 additions and 6 deletions
|
@ -111,12 +111,6 @@
|
|||
|
||||
#define REVERT_CRED(saved_cred) revert_fsids(saved_cred)
|
||||
|
||||
#define DEBUG_CRED() \
|
||||
printk("KAKJAGI: %s:%d fsuid %d fsgid %d\n", \
|
||||
__FUNCTION__, __LINE__, \
|
||||
(int)current->cred->fsuid, \
|
||||
(int)current->cred->fsgid);
|
||||
|
||||
/* Android 5.0 support */
|
||||
|
||||
/* Permission mode for a specific node. Controls how file permissions
|
||||
|
|
Loading…
Reference in a new issue