[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:
Stephen Rothwell
2005-09-06 15:18:00 -07:00
committed by Linus Torvalds
parent 1abf62afb6
commit 5ac353f9ba
21 changed files with 26 additions and 171 deletions
+2
View File
@@ -53,6 +53,8 @@ struct flock64 {
pid_t l_pid;
};
#define HAVE_ARCH_STRUCT_FLOCK
#include <asm-generic/fcntl.h>
#endif /* _XTENSA_FCNTL_H */