diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c index dfcb815275f1d05e92084e7b535054f2d7bdee75..2779d5f291a40bf89d9a0e42423e913658d66a23 100644 --- a/fs/ext4/ioctl.c +++ b/fs/ext4/ioctl.c @@ -446,7 +446,7 @@ static inline unsigned long ext4_xflags_to_iflags(__u32 xflags) return iflags; } -int ext4_shutdown(struct super_block *sb, unsigned long arg) +static int ext4_shutdown(struct super_block *sb, unsigned long arg) { struct ext4_sb_info *sbi = EXT4_SB(sb); __u32 flags;