diff options
Diffstat (limited to 'fs/gfs2/daemon.c')
-rw-r--r-- | fs/gfs2/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/daemon.c b/fs/gfs2/daemon.c index a9908cd78cd9..cab1f68d4685 100644 --- a/fs/gfs2/daemon.c +++ b/fs/gfs2/daemon.c | |||
@@ -30,7 +30,7 @@ | |||
30 | /* This uses schedule_timeout() instead of msleep() because it's good for | 30 | /* This uses schedule_timeout() instead of msleep() because it's good for |
31 | the daemons to wake up more often than the timeout when unmounting so | 31 | the daemons to wake up more often than the timeout when unmounting so |
32 | the user's unmount doesn't sit there forever. | 32 | the user's unmount doesn't sit there forever. |
33 | 33 | ||
34 | The kthread functions used to start these daemons block and flush signals. */ | 34 | The kthread functions used to start these daemons block and flush signals. */ |
35 | 35 | ||
36 | /** | 36 | /** |