diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-05-01 13:49:15 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-05-01 13:49:15 -0400 |
commit | 596397b77c895d0fa3674f579c94ad5ea88ef01d (patch) | |
tree | bd4f9916556b4d5bc59ee4b5171248df44e2c5c4 /fs/ext4/namei.h | |
parent | ca0faba0e8ac844dc0279825eb8db876b5962ea5 (diff) |
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/namei.h')
-rw-r--r-- | fs/ext4/namei.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/ext4/namei.h b/fs/ext4/namei.h deleted file mode 100644 index 5e4dfff36a00..000000000000 --- a/fs/ext4/namei.h +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | /* linux/fs/ext4/namei.h | ||
2 | * | ||
3 | * Copyright (C) 2005 Simtec Electronics | ||
4 | * Ben Dooks <ben@simtec.co.uk> | ||
5 | * | ||
6 | */ | ||
7 | |||
8 | extern struct dentry *ext4_get_parent(struct dentry *child); | ||