Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6112a93
)
b=8654
author
tappro
<tappro>
Sun, 11 Sep 2005 00:34:26 +0000
(
00:34
+0000)
committer
tappro
<tappro>
Sun, 11 Sep 2005 00:34:26 +0000
(
00:34
+0000)
r=alex
- add audit flag on UNNAMED dir to enable audit inheritance on newly created objects
lustre/smfs/smfs_lib.c
patch
|
blob
|
history
diff --git
a/lustre/smfs/smfs_lib.c
b/lustre/smfs/smfs_lib.c
index
8083745
..
17cbc0d
100644
(file)
--- a/
lustre/smfs/smfs_lib.c
+++ b/
lustre/smfs/smfs_lib.c
@@
-192,6
+192,7
@@
static void smfs_mds_flags(struct mds_obd *mds, struct inode *root)
/* enable plugins for all in ROOT */
SMFS_SET(I2SMI(root)->smi_flags, SMFS_PLG_ALL);
+ SMFS_SET(I2SMI(mds->mds_unnamed_dir->d_inode)->smi_flags, SMFS_PLG_ALL);
}
extern int (*audit_id2name_superhack) (struct obd_device *obd, char **name,