]> git.baikalelectronics.ru Git - kernel.git/commit
isofs: let mode and dmode mount options override rock ridge mode setting
authorJan Kara <jack@suse.cz>
Wed, 17 Jun 2009 23:26:25 +0000 (16:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Jun 2009 20:03:45 +0000 (13:03 -0700)
commit0625f3ca2d89d87d8000e227bc8f66493c8a9ed8
tree9c3ec57c06faf001b60529d088c189f4bcb77fac
parent8efd1cadd1f2fe062e79309ccb08886b6a426f2c
isofs: let mode and dmode mount options override rock ridge mode setting

So far, permissions set via 'mode' and/or 'dmode' mount options were
effective only if the medium had no rock ridge extensions (or was mounted
without them).  Add 'overriderockmode' mount option to indicate that these
options should override permissions set in rock ridge extensions.  Maybe
this should be default but the current behavior is there since mount
options were created so I think we should not change how they behave.

Cc: <Hans-Joachim.Baader@cjt.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/filesystems/isofs.txt
fs/isofs/inode.c
fs/isofs/isofs.h