summaryrefslogtreecommitdiff
path: root/setquota.c
diff options
context:
space:
mode:
Diffstat (limited to 'setquota.c')
-rw-r--r--setquota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setquota.c b/setquota.c
index d2dfccb..ca703e5 100644
--- a/setquota.c
+++ b/setquota.c
@@ -344,9 +344,9 @@ int main(int argc, char **argv)
init_kernel_interface();
if (flags & FL_ALL)
- handles = create_handle_list(0, NULL, flag2type(flags), fmt, (flags & FL_RPC) ? 0 : IOI_LOCALONLY, 0);
+ handles = create_handle_list(0, NULL, flag2type(flags), fmt, 0, (flags & FL_RPC) ? 0 : MS_LOCALONLY);
else
- handles = create_handle_list(mntcnt, mnt, flag2type(flags), fmt, (flags & FL_RPC) ? 0 : IOI_LOCALONLY, 0);
+ handles = create_handle_list(mntcnt, mnt, flag2type(flags), fmt, 0, (flags & FL_RPC) ? 0 : MS_LOCALONLY);
if (flags & FL_GRACE)
ret = setgraces(handles);