]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/asm-generic/fcntl.h
locks: move F_INPROGRESS from fl_type to fl_flags field
[mirror_ubuntu-jammy-kernel.git] / include / asm-generic / fcntl.h
index 84793c7025e2604f08e354d09f3db5aff5467248..9e5b0356e2bbd0950c6399929e69da831928d9ee 100644 (file)
@@ -145,11 +145,6 @@ struct f_owner_ex {
 #define F_SHLCK                8       /* or 4 */
 #endif
 
-/* for leases */
-#ifndef F_INPROGRESS
-#define F_INPROGRESS   16
-#endif
-
 /* operations for bsd flock(), also used by the kernel implementation */
 #define LOCK_SH                1       /* shared lock */
 #define LOCK_EX                2       /* exclusive lock */