fuser: a now, the corrected fix (vda botched previous one)

This commit is contained in:
Denis Vlasenko 2008-05-28 14:57:58 +00:00
parent 634b022108
commit cd9d4c85a4

View File

@ -216,6 +216,7 @@ static pid_list *scan_proc_pids(inode_list *ilist)
pid_t pid;
pid_list *plist;
xchdir("/proc");
d = opendir("/proc");
if (!d)
return NULL;