projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd433d4
)
cifs: make serverino the default when mounting
author
Jeff Layton
<jlayton@redhat.com>
Wed, 27 May 2009 19:40:47 +0000
(15:40 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 28 May 2009 15:04:17 +0000
(15:04 +0000)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index f32c9036741e468d7ef240e99fff892265b42193..8ae563f028bc03d6b7423e02e19e4f6054cc18f8 100644
(file)
--- a/
fs/cifs/connect.c
+++ b/
fs/cifs/connect.c
@@
-835,6
+835,8
@@
cifs_parse_mount_options(char *options, const char *devname,
vol->rw = true;
/* default is always to request posix paths. */
vol->posix_paths = 1;
+ /* default to using server inode numbers where available */
+ vol->server_ino = 1;
if (!options)
return 1;