diff options
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index fda8b2490263..eff3226b2104 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
@@ -3058,6 +3058,7 @@ GetExtAttrOut: | |||
3058 | 3058 | ||
3059 | #endif /* CONFIG_POSIX */ | 3059 | #endif /* CONFIG_POSIX */ |
3060 | 3060 | ||
3061 | #ifdef CONFIG_CIFS_EXPERIMENTAL | ||
3061 | /* Get Security Descriptor (by handle) from remote server for a file or dir */ | 3062 | /* Get Security Descriptor (by handle) from remote server for a file or dir */ |
3062 | int | 3063 | int |
3063 | CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon, __u16 fid, | 3064 | CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon, __u16 fid, |
@@ -3129,6 +3130,7 @@ qsec_out: | |||
3129 | /* cifs_small_buf_release(pSMB); */ /* Freed earlier now in SendReceive2 */ | 3130 | /* cifs_small_buf_release(pSMB); */ /* Freed earlier now in SendReceive2 */ |
3130 | return rc; | 3131 | return rc; |
3131 | } | 3132 | } |
3133 | #endif /* CONFIG_CIFS_EXPERIMENTAL */ | ||
3132 | 3134 | ||
3133 | /* Legacy Query Path Information call for lookup to old servers such | 3135 | /* Legacy Query Path Information call for lookup to old servers such |
3134 | as Win9x/WinME */ | 3136 | as Win9x/WinME */ |