summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorTheodore Ts'o2009-05-01 19:49:15 +0200
committerTheodore Ts'o2009-05-01 19:49:15 +0200
commit596397b77c895d0fa3674f579c94ad5ea88ef01d (patch)
treebd4f9916556b4d5bc59ee4b5171248df44e2c5c4 /fs/ext4/ext4.h
parentext4: Move the ext4_sb.h header file into ext4.h (diff)
downloadkernel-qcow2-linux-596397b77c895d0fa3674f579c94ad5ea88ef01d.tar.gz
kernel-qcow2-linux-596397b77c895d0fa3674f579c94ad5ea88ef01d.tar.xz
kernel-qcow2-linux-596397b77c895d0fa3674f579c94ad5ea88ef01d.zip
ext4: Move fs/ext4/namei.h into ext4.h
The fs/ext4/namei.h header file had only a single function declaration, and should have never been a standalone file. Move it into ext4.h, where should have been from the beginning. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index af3c906e705b..d9c5251d082c 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1594,6 +1594,7 @@ extern const struct file_operations ext4_file_operations;
/* namei.c */
extern const struct inode_operations ext4_dir_inode_operations;
extern const struct inode_operations ext4_special_inode_operations;
+extern struct dentry *ext4_get_parent(struct dentry *child);
/* symlink.c */
extern const struct inode_operations ext4_symlink_inode_operations;