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:
4402eda
)
- remove the lli_open_count that was accidentally re-introduced with b_io
author
zab
<zab>
Thu, 13 Mar 2003 22:20:12 +0000
(22:20 +0000)
committer
zab
<zab>
Thu, 13 Mar 2003 22:20:12 +0000
(22:20 +0000)
- silence an unused variable warning in runas
lustre/tests/runas.c
patch
|
blob
|
history
diff --git
a/lustre/tests/runas.c
b/lustre/tests/runas.c
index
7d0333d
..
348ddb9
100644
(file)
--- a/
lustre/tests/runas.c
+++ b/
lustre/tests/runas.c
@@
-37,7
+37,6
@@
main(int argc, char**argv)
int uid_is_set = 0;
uid_t user_id;
gid_t grp_id;
- pid_t child_pid;
if(argc == 1) {
Usage_and_abort();