From: zab Date: Thu, 13 Mar 2003 22:20:12 +0000 (+0000) Subject: - remove the lli_open_count that was accidentally re-introduced with b_io X-Git-Tag: v1_7_110~2^11~162 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7dbcffa0c760cbef21659e309da558eeec84acf0;p=fs%2Flustre-release.git - remove the lli_open_count that was accidentally re-introduced with b_io - silence an unused variable warning in runas --- diff --git a/lustre/tests/runas.c b/lustre/tests/runas.c index 7d0333d..348ddb9 100644 --- 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();