Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0c9217f authored by Jeff Layton's avatar Jeff Layton Committed by Steve French
Browse files

cifs: make serverino the default when mounting

parent bd433d4c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;