diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-23 00:24:17 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-23 00:24:17 -0700 |
| commit | 27b5be2921179dacff74114a80aae95087ad90ab (patch) | |
| tree | 6d7ac05e121c135cfd1860e5f018df5ab3628636 /include/linux/fs.h | |
| parent | 359f482533ebf0c974eabbcc83df63b841998eb2 (diff) | |
| parent | 1e80b101747fa13a6ed04f921d974d4c4e7cc0ec (diff) | |
Merge bk://kernel.bkbits.net/gregkh/linux/usb-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index f3af88a99290..a7631bd33db1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -818,6 +818,11 @@ extern int vfs_unlink(struct inode *, struct dentry *); extern int vfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *); /* + * VFS dentry helper functions. + */ +extern void dentry_unhash(struct dentry *dentry); + +/* * File types * * NOTE! These match bits 12..15 of stat.st_mode |
