From: Dave Kleikamp Date: Thu, 9 Mar 2006 19:59:30 +0000 (-0600) Subject: JFS: add uid, gid, and umask mount options X-Git-Tag: v2.6.17-rc1~1185^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69eb66d7da7dba2696281981347698e1693c2340;p=pandora-kernel.git JFS: add uid, gid, and umask mount options OS/2 doesn't initialize the uid, gid, or unix-style permission bits. The uid, gid, & umask mount options perform pretty much like those for the fat file system, overriding what is stored on disk. This is useful for users sharing the file system with OS/2. I implemented a little feature so that if you mask the execute bit, it will be re-enabled on directories when the appropriate read bit is unmasked. I didn't want to implement an fmask & dmask option. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed