diff options
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/super.c b/fs/super.c index c743fb3be4b8..4c5d82f56ec4 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -320,7 +320,7 @@ static int grab_super(struct super_block *s) __releases(sb_lock) | |||
320 | 320 | ||
321 | /* | 321 | /* |
322 | * grab_super_passive - acquire a passive reference | 322 | * grab_super_passive - acquire a passive reference |
323 | * @s: reference we are trying to grab | 323 | * @sb: reference we are trying to grab |
324 | * | 324 | * |
325 | * Tries to acquire a passive reference. This is used in places where we | 325 | * Tries to acquire a passive reference. This is used in places where we |
326 | * cannot take an active reference but we need to ensure that the | 326 | * cannot take an active reference but we need to ensure that the |