diff options
author | Mike Marshall <hubcap@omnibond.com> | 2016-02-24 16:54:27 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-24 16:54:27 -0500 |
commit | adcf34a2893386c99e80feee36e30a782b3815e7 (patch) | |
tree | 5a18b23a0901a806048281be87c761c90204e38c /fs/orangefs/devorangefs-req.c | |
parent | d37c0f307adb1d15712cb8d3cec23d81389c1937 (diff) |
Orangefs: code sanitation
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/devorangefs-req.c')
-rw-r--r-- | fs/orangefs/devorangefs-req.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/devorangefs-req.c b/fs/orangefs/devorangefs-req.c index f7914f5d296f..0db3a57f974d 100644 --- a/fs/orangefs/devorangefs-req.c +++ b/fs/orangefs/devorangefs-req.c @@ -590,7 +590,7 @@ static long dispatch_ioctl_command(unsigned int command, unsigned long arg) * remount all mounted orangefs volumes to regain the lost * dynamic mount tables (if any) -- NOTE: this is done * without keeping the superblock list locked due to the - * upcall/downcall waiting. also, the request semaphore is + * upcall/downcall waiting. also, the request mutex is * used to ensure that no operations will be serviced until * all of the remounts are serviced (to avoid ops between * mounts to fail) |