diff options
| author | 2017-02-20 15:34:59 -0500 | |
|---|---|---|
| committer | 2017-02-20 15:34:59 -0500 | |
| commit | e9be2ac7c09cabcbbbb12b0869e49b7a715d6fb5 (patch) | |
| tree | 9e9b602ca0a37160f8832404924116f8860802a7 /fs/ext4/ext4.h | |
| parent | ext4: fix fencepost in s_first_meta_bg validation (diff) | |
| download | wireguard-linux-e9be2ac7c09cabcbbbb12b0869e49b7a715d6fb5.tar.xz wireguard-linux-e9be2ac7c09cabcbbbb12b0869e49b7a715d6fb5.zip | |
ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN
It's very likely the file system independent ioctl name will be
FS_IOC_SHUTDOWN, so let's use the same name for the ext4 ioctl name.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to '')
| -rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 55b7a77a0444..3a87378b9563 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -679,7 +679,7 @@ struct fsxattr { #define EXT4_IOC_FSGETXATTR FS_IOC_FSGETXATTR #define EXT4_IOC_FSSETXATTR FS_IOC_FSSETXATTR -#define EXT4_IOC_GOINGDOWN _IOR ('X', 125, __u32) +#define EXT4_IOC_SHUTDOWN _IOR ('X', 125, __u32) /* * Flags for going down operation |
