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:
720abcf
)
b=15284
author
kalpak
<kalpak>
Tue, 1 Jul 2008 13:49:41 +0000
(13:49 +0000)
committer
kalpak
<kalpak>
Tue, 1 Jul 2008 13:49:41 +0000
(13:49 +0000)
i=shadow
libattr package may not be installed on all systems
lustre/utils/ll_recover_lost_found_objs.c
patch
|
blob
|
history
diff --git
a/lustre/utils/ll_recover_lost_found_objs.c
b/lustre/utils/ll_recover_lost_found_objs.c
index
c42413d
..
71b5bd2
100644
(file)
--- a/
lustre/utils/ll_recover_lost_found_objs.c
+++ b/
lustre/utils/ll_recover_lost_found_objs.c
@@
-35,7
+35,7
@@
#include <errno.h>
#include <dirent.h>
#include <sys/types.h>
-#include <
attr
/xattr.h>
+#include <
sys
/xattr.h>
#include <sys/stat.h>
#include <liblustre.h>