diff options
author | Mike Marshall <hubcap@omnibond.com> | 2016-02-25 00:54:27 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-25 00:54:27 +0300 |
commit | adcf34a2893386c99e80feee36e30a782b3815e7 (patch) | |
tree | 5a18b23a0901a806048281be87c761c90204e38c /fs/orangefs/super.c | |
parent | d37c0f307adb1d15712cb8d3cec23d81389c1937 (diff) | |
download | linux-adcf34a2893386c99e80feee36e30a782b3815e7.tar.xz |
Orangefs: code sanitation
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/super.c')
-rw-r--r-- | fs/orangefs/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/super.c b/fs/orangefs/super.c index 93cc352be360..65ddc74e96b6 100644 --- a/fs/orangefs/super.c +++ b/fs/orangefs/super.c @@ -229,12 +229,12 @@ int orangefs_remount(struct super_block *sb) new_op->upcall.req.fs_mount.orangefs_config_server); /* - * we assume that the calling function has already acquire the + * we assume that the calling function has already acquired the * request_mutex to prevent other operations from bypassing * this one */ ret = service_operation(new_op, "orangefs_remount", - ORANGEFS_OP_PRIORITY | ORANGEFS_OP_NO_SEMAPHORE); + ORANGEFS_OP_PRIORITY | ORANGEFS_OP_NO_MUTEX); gossip_debug(GOSSIP_SUPER_DEBUG, "orangefs_remount: mount got return value of %d\n", ret); |