You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
BKL-removal: Implement a compat_ioctl handler for JFS
The ioctls were already compatible except for the actual values so this was fairly easy to do. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
This commit is contained in:
committed by
Dave Kleikamp
parent
baab81fa51
commit
ef1fc2f01e
@@ -170,5 +170,7 @@ struct dinode {
|
||||
#define JFS_IOC_GETFLAGS _IOR('f', 1, long)
|
||||
#define JFS_IOC_SETFLAGS _IOW('f', 2, long)
|
||||
|
||||
#define JFS_IOC_GETFLAGS32 _IOR('f', 1, int)
|
||||
#define JFS_IOC_SETFLAGS32 _IOW('f', 2, int)
|
||||
|
||||
#endif /*_H_JFS_DINODE */
|
||||
|
||||
Reference in New Issue
Block a user