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
[PATCH] Clean up struct flock definitions
This patch just gathers together all the struct flock definitions except xtensa into asm-generic/fcntl.h. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
1abf62afb6
commit
5ac353f9ba
@@ -53,6 +53,8 @@ struct flock64 {
|
||||
pid_t l_pid;
|
||||
};
|
||||
|
||||
#define HAVE_ARCH_STRUCT_FLOCK
|
||||
|
||||
#include <asm-generic/fcntl.h>
|
||||
|
||||
#endif /* _XTENSA_FCNTL_H */
|
||||
|
||||
Reference in New Issue
Block a user