summarylogtreecommitdiffstats
path: root/psmisc-fuser.patch
diff options
context:
space:
mode:
Diffstat (limited to 'psmisc-fuser.patch')
-rw-r--r--psmisc-fuser.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/psmisc-fuser.patch b/psmisc-fuser.patch
new file mode 100644
index 000000000000..b7645f201378
--- /dev/null
+++ b/psmisc-fuser.patch
@@ -0,0 +1,11 @@
+--- a/src/fuser.c
++++ b/src/fuser.c
+@@ -1174,7 +1174,7 @@
+ usage(_("No process specification given"));
+
+ /* Check if -M flag was used and if so check mounts */
+- if (opts * OPT_ISMOUNTPOINT) {
++ if (opts & OPT_ISMOUNTPOINT) {
+ check_mountpoints(&mounts, &names_head, &names_tail);
+ }
+