Loading fs/btrfs/ioctl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -106,7 +106,7 @@ static int btrfs_clone(struct inode *src, struct inode *inode, int no_time_update); int no_time_update); /* Mask out flags that are inappropriate for the given type of inode. */ /* Mask out flags that are inappropriate for the given type of inode. */ static inline __u32 btrfs_mask_flags(umode_t mode, __u32 flags) static unsigned int btrfs_mask_flags(umode_t mode, unsigned int flags) { { if (S_ISDIR(mode)) if (S_ISDIR(mode)) return flags; return flags; Loading Loading
fs/btrfs/ioctl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -106,7 +106,7 @@ static int btrfs_clone(struct inode *src, struct inode *inode, int no_time_update); int no_time_update); /* Mask out flags that are inappropriate for the given type of inode. */ /* Mask out flags that are inappropriate for the given type of inode. */ static inline __u32 btrfs_mask_flags(umode_t mode, __u32 flags) static unsigned int btrfs_mask_flags(umode_t mode, unsigned int flags) { { if (S_ISDIR(mode)) if (S_ISDIR(mode)) return flags; return flags; Loading