aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorCyrill Gorcunov <[email protected]>2007-07-31 00:39:40 -0700
committerLinus Torvalds <[email protected]>2007-07-31 15:39:43 -0700
commitca76d2d8031fd8216eedadee77dfe009a63e4408 (patch)
treed24d6286f4f951b114188f2c0884b19bb8ad7c97 /scripts/patch-kernel
parentf2912a1223c0917a7b4e054f18086209137891ea (diff)
UDF: fix UID and GID mount option ignorance
This patch fix weird behaviour of UDF mounting procedure. To get UID changed (for now) we have to type mount -t udf -o uid=some_user,uid=ignore /dev/device /mnt/moun_point and specifying two uid at once is strange a bit. So with the patch we are able to mount without additional 'uid=ignore' option. The same for GID option is done. This patch will not break current mount scheme (with two option). Btw this does fix (I hope) the following [BUG 6124] mount of UDF fs ignores UID and GID options http://bugzilla.kernel.org/show_bug.cgi?id=6124 Signed-off-by: Cyrill Gorcunov <[email protected]> Cc: Jan Kara <[email protected]> Cc: Michael <[email protected]> Cc: Eric Sandeen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions