mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
afsd: Report fakestat correctly
A fakestat value of 1 is for -fakestat-all, and 2 is for -fakestat, not the other way around. Change-Id: Iedfb7b4a5223c809ace5b5f704a671e8523eb53a Reviewed-on: http://gerrit.openafs.org/7445 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
258a092260
commit
47e1258480
@ -2300,7 +2300,7 @@ afsd_run(void)
|
||||
if (enable_fakestat) {
|
||||
if (afsd_verbose)
|
||||
printf("%s: Enabling fakestat support in kernel%s.\n", rn,
|
||||
(enable_fakestat==2)?" for all mountpoints."
|
||||
(enable_fakestat==1)?" for all mountpoints."
|
||||
:" for crosscell mountpoints");
|
||||
code = afsd_call_syscall(AFSOP_SET_FAKESTAT, enable_fakestat);
|
||||
if (code)
|
||||
|
Loading…
Reference in New Issue
Block a user