diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-13 10:36:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-13 10:36:16 -0700 |
commit | 4462dc02842698f173f518c1f5ce79c0fb89395a (patch) | |
tree | efef7ddcacfd5e119f2ff98e7eb970862d392b6d /fs/cifs/cifsglob.h | |
parent | 002baeecf53677d2034113e34197ec221f42e037 (diff) | |
parent | 3d69438031b00c601c991ab447cafb7d5c3c59a6 (diff) | |
download | linux-4462dc02842698f173f518c1f5ce79c0fb89395a.tar.bz2 |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
cifs: guard against hardlinking directories
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index ecf0ffbe2b64..0c2fd17439c8 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -502,6 +502,7 @@ struct dfs_info3_param { #define CIFS_FATTR_DFS_REFERRAL 0x1 #define CIFS_FATTR_DELETE_PENDING 0x2 #define CIFS_FATTR_NEED_REVAL 0x4 +#define CIFS_FATTR_INO_COLLISION 0x8 struct cifs_fattr { u32 cf_flags; |