summaryrefslogtreecommitdiff
path: root/include/linux/dcookies.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-02 06:34:04 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-02 06:34:04 -0700
commitfaa7a4c05ace72d85bbfb8d2a458a80491f8045b (patch)
tree360c5cb33ba4e4c762d0052af0c0e856d592328a /include/linux/dcookies.h
parent62054d49783cfe93c9cee9d90a0779f1f9054968 (diff)
parent9da9210dbc752cf35fa2fe866614a1d5b1266066 (diff)
Merge bk://linux-ntfs.bkbits.net/ntfs-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include/linux/dcookies.h')
-rw-r--r--include/linux/dcookies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcookies.h b/include/linux/dcookies.h
index b2ae9692dc05..c28050136164 100644
--- a/include/linux/dcookies.h
+++ b/include/linux/dcookies.h
@@ -50,7 +50,7 @@ int get_dcookie(struct dentry * dentry, struct vfsmount * vfsmnt,
struct dcookie_user * dcookie_register(void)
{
- return 0;
+ return NULL;
}
void dcookie_unregister(struct dcookie_user * user)