summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-05-13 17:36:16 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2010-05-13 17:36:16 (GMT)
commit4462dc02842698f173f518c1f5ce79c0fb89395a (patch)
treeefef7ddcacfd5e119f2ff98e7eb970862d392b6d /fs/cifs/cifsglob.h
parent002baeecf53677d2034113e34197ec221f42e037 (diff)
parent3d69438031b00c601c991ab447cafb7d5c3c59a6 (diff)
downloadlinux-fsl-qoriq-4462dc02842698f173f518c1f5ce79c0fb89395a.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index ecf0ffb..0c2fd17 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;