diff options
| author | manu <manu@NetBSD.org> | 2011-06-17 14:23:50 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2011-06-17 14:23:50 +0000 |
| commit | c5dd68c68cb5d559f80dbc1daf9c9c366f9300f2 (patch) | |
| tree | ea3c3d93b4c3566cab221d9d98da5b134dfab9c8 /include | |
| parent | f4343b805f91a0d546e16c0c5514d0e1ef72f381 (diff) | |
Add mount -o extattr option to enable extended attributs (corrently only
for UFS1).
Remove kernel option for EA backing store autocreation and do it by
default. Add a sysctl so that autocreated attriutr size can be modified.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mntopts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mntopts.h b/include/mntopts.h index 8e76a6e7186..fd789833e16 100644 --- a/include/mntopts.h +++ b/include/mntopts.h @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.13 2009/01/12 18:14:20 pooka Exp $ */ +/* $NetBSD: mntopts.h,v 1.14 2011/06/17 14:23:50 manu Exp $ */ /*- * Copyright (c) 1994 @@ -57,6 +57,7 @@ struct mntopt { #define MOPT_SOFTDEP { "softdep", 0, MNT_SOFTDEP, 0 } #define MOPT_LOG { "log", 0, MNT_LOG, 0 } #define MOPT_IGNORE { "hidden", 0, MNT_IGNORE, 0 } +#define MOPT_EXTATTR { "extattr", 0, MNT_EXTATTR, 0 } /* Control flags. */ #define MOPT_FORCE { "force", 0, MNT_FORCE, 0 } |
