projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ext4: journal credit fix for the delayed allocation's writepages() function
[linux-2.6]
/
fs
/
ext4
/
symlink.c
diff --git
a/fs/ext4/symlink.c
b/fs/ext4/symlink.c
index
e6f9da4
..
e917864
100644
(file)
--- a/
fs/ext4/symlink.c
+++ b/
fs/ext4/symlink.c
@@
-19,8
+19,8
@@
#include <linux/fs.h>
#include <linux/jbd2.h>
-#include <linux/ext4_fs.h>
#include <linux/namei.h>
+#include "ext4.h"
#include "xattr.h"
static void * ext4_follow_link(struct dentry *dentry, struct nameidata *nd)