Skip to content

Commit abe2f97

Browse files
author
Youzhong Yang
committed
Fix identation
Signed-off-by: Youzhong Yang <[email protected]>
1 parent 3ac11d3 commit abe2f97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/kernel-idmap_mnt_api.m4

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ AC_DEFUN([ZFS_AC_KERNEL_SRC_IDMAP_MNT_API], [
88
#include <linux/fs.h>
99
],[
1010
int fs_flags = FS_ALLOW_IDMAP;
11-
struct user_namespace *mnt_userns = NULL;
12-
struct inode *in = NULL;
13-
kuid_t kid = i_uid_into_mnt(mnt_userns, in);
14-
kuid_t id = kuid_from_mnt(mnt_userns, kid);
15-
id = mapped_fsuid(mnt_userns);
11+
struct user_namespace *mnt_userns = NULL;
12+
struct inode *in = NULL;
13+
kuid_t kid = i_uid_into_mnt(mnt_userns, in);
14+
kuid_t id = kuid_from_mnt(mnt_userns, kid);
15+
id = mapped_fsuid(mnt_userns);
1616
fs_flags |= FS_REQUIRES_DEV;
1717
])
1818
])

0 commit comments

Comments
 (0)