Commit 1f730e3b530fb2fa3159df06405c83f9a6fbbd83

Authored by Eric Sandeen
Committed by Nathan Scott
1 parent 8a319ae494

[XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c change

SGI-PV: 942439
SGI-Modid: xfs-linux:xfs-kern:200185a

Signed-off-by: Eric Sandeen <sandeen@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

fs/xfs/linux-2.6/xfs_vnode.h
... ... @@ -583,6 +583,7 @@
583 583 #define ATTR_LAZY 0x80 /* set/get attributes lazily */
584 584 #define ATTR_NONBLOCK 0x100 /* return EAGAIN if operation would block */
585 585 #define ATTR_NOLOCK 0x200 /* Don't grab any conflicting locks */
  586 +#define ATTR_NOSIZETOK 0x400 /* Don't get the SIZE token */
586 587  
587 588 /*
588 589 * Flags to VOP_FSYNC and VOP_RECLAIM.