projects
/
am-utils-6.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73c8ff3
)
recognize noacl
author
Christos Zoulas
<christos@zoulas.com>
Fri, 23 Nov 2012 17:12:21 +0000
(12:12 -0500)
committer
Christos Zoulas
<christos@zoulas.com>
Fri, 23 Nov 2012 17:12:21 +0000
(12:12 -0500)
libamu/mount_fs.c
patch
|
blob
|
history
diff --git
a/libamu/mount_fs.c
b/libamu/mount_fs.c
index 56a936f761e586709d8ba5ee0e54712a3064d918..92a80537348f0f68856a562a7045f56528b8d3c2 100644
(file)
--- a/
libamu/mount_fs.c
+++ b/
libamu/mount_fs.c
@@
-609,6
+609,11
@@
compute_nfs_common_args(struct nfs_common_args *nap, mntent_t *mntp,
# endif /* MNT2_NFS_OPT_NOINT */
#endif /* MNTTAB_OPT_INTR */
+#ifdef MNT2_NFS_OPT_NOACL
+ if (amu_hasmntopt(mntp, MNTTAB_OPT_NOACL) != NULL)
+ nap->flags |= MNT2_NFS_OPT_NOACL;
+#endif /* MNT2_NFS_OPT_NOACL */
+
#ifdef MNTTAB_OPT_NODEVS
if (amu_hasmntopt(mntp, MNTTAB_OPT_NODEVS) != NULL)
nap->flags |= MNT2_NFS_OPT_NODEVS;