Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not de…
…fined. If the kernel is not compiled with CONFIG_9P_FS_POSIX_ACL and the mount option is specified to enable ACLs current code fails the mount. This patch brings the behavior inline with other filesystems like ext3 by proceeding with the mount and log a warning to syslog. Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
- Loading branch information