|
@@ -880,6 +880,7 @@ static inline int file_check_writeable(struct file *filp)
|
|
|
|
|
|
|
|
#define FL_POSIX 1
|
|
#define FL_POSIX 1
|
|
|
#define FL_FLOCK 2
|
|
#define FL_FLOCK 2
|
|
|
|
|
+#define FL_DELEG 4 /* NFSv4 delegation */
|
|
|
#define FL_ACCESS 8 /* not trying to lock, just looking */
|
|
#define FL_ACCESS 8 /* not trying to lock, just looking */
|
|
|
#define FL_EXISTS 16 /* when unlocking, test for existence */
|
|
#define FL_EXISTS 16 /* when unlocking, test for existence */
|
|
|
#define FL_LEASE 32 /* lease held on this file */
|
|
#define FL_LEASE 32 /* lease held on this file */
|