Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 596397b7 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent ca0faba0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include "ext4.h"
#include "ext4_jbd2.h"

#include "namei.h"
#include "xattr.h"
#include "acl.h"

fs/ext4/namei.h

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
/*  linux/fs/ext4/namei.h
 *
 * Copyright (C) 2005 Simtec Electronics
 *	Ben Dooks <ben@simtec.co.uk>
 *
*/

extern struct dentry *ext4_get_parent(struct dentry *child);
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
#include "ext4_jbd2.h"
#include "xattr.h"
#include "acl.h"
#include "namei.h"
#include "group.h"

struct proc_dir_entry *ext4_proc_root;