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 cf001775617f..3d65443aea8c 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -318,7 +318,7 @@ static int grab_super(struct super_block *s) __releases(sb_lock) | |||
318 | 318 | ||
319 | /* | 319 | /* |
320 | * grab_super_passive - acquire a passive reference | 320 | * grab_super_passive - acquire a passive reference |
321 | * @s: reference we are trying to grab | 321 | * @sb: reference we are trying to grab |
322 | * | 322 | * |
323 | * Tries to acquire a passive reference. This is used in places where we | 323 | * Tries to acquire a passive reference. This is used in places where we |
324 | * cannot take an active reference but we need to ensure that the | 324 | * cannot take an active reference but we need to ensure that the |