diff options
Diffstat (limited to 'fs/cifs')
-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 f0d9a485d095..61d24f6ee64e 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
@@ -2486,6 +2486,7 @@ querySymLinkRetry: | |||
2486 | return rc; | 2486 | return rc; |
2487 | } | 2487 | } |
2488 | 2488 | ||
2489 | #ifdef CONFIG_CIFS_EXPERIMENTAL | ||
2489 | /* Initialize NT TRANSACT SMB into small smb request buffer. | 2490 | /* Initialize NT TRANSACT SMB into small smb request buffer. |
2490 | This assumes that all NT TRANSACTS that we init here have | 2491 | This assumes that all NT TRANSACTS that we init here have |
2491 | total parm and data under about 400 bytes (to fit in small cifs | 2492 | total parm and data under about 400 bytes (to fit in small cifs |
@@ -2569,6 +2570,7 @@ validate_ntransact(char *buf, char **ppparm, char **ppdata, | |||
2569 | } | 2570 | } |
2570 | return 0; | 2571 | return 0; |
2571 | } | 2572 | } |
2573 | #endif /* CIFS_EXPERIMENTAL */ | ||
2572 | 2574 | ||
2573 | int | 2575 | int |
2574 | CIFSSMBQueryReparseLinkInfo(const int xid, struct cifsTconInfo *tcon, | 2576 | CIFSSMBQueryReparseLinkInfo(const int xid, struct cifsTconInfo *tcon, |