Whamcloud - gitweb
LU-9019 llite: fix timeout to not be zero
[fs/lustre-release.git] / lustre / llite / llite_lib.c
index f72c8b6..68d6d17 100644 (file)
@@ -809,7 +809,7 @@ void ll_kill_super(struct super_block *sb)
                /* wait running statahead threads to quit */
                while (atomic_read(&sbi->ll_sa_running) > 0) {
                        set_current_state(TASK_UNINTERRUPTIBLE);
-                       schedule_timeout(cfs_time_seconds(1 >> 3));
+                       schedule_timeout(cfs_time_seconds(1) >> 3);
                }
        }