diff options
Diffstat (limited to 'fs/ext4/ioctl.c')
| -rw-r--r-- | fs/ext4/ioctl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c index b0349f451863..0bfe2ce589e2 100644 --- a/fs/ext4/ioctl.c +++ b/fs/ext4/ioctl.c @@ -802,7 +802,7 @@ int ext4_force_shutdown(struct super_block *sb, u32 flags)  	if (flags > EXT4_GOING_FLAGS_NOLOGFLUSH)  		return -EINVAL; -	if (ext4_forced_shutdown(sbi)) +	if (ext4_forced_shutdown(sb))  		return 0;  	ext4_msg(sb, KERN_ALERT, "shut down requested (%d)", flags);  |