diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 14:49:35 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 14:49:35 -0700 |
commit | 9527cc77e25b3a3787569edcbb8e74080b8df54a (patch) | |
tree | f74d109be6176c4e5eb0cc2424b696856eebc0e5 /fs/jfs/symlink.c | |
parent | 1d345dac1f30af1cd9f3a1faa12f9f18f17f236e (diff) | |
parent | d039ba24f135147f60a13bcaa768189a5b773b6e (diff) |
Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
Diffstat (limited to 'fs/jfs/symlink.c')
-rw-r--r-- | fs/jfs/symlink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/jfs/symlink.c b/fs/jfs/symlink.c index ef4c07ee92b..287d8d6c3cf 100644 --- a/fs/jfs/symlink.c +++ b/fs/jfs/symlink.c @@ -1,5 +1,5 @@ /* - * Copyright (c) Christoph Hellwig, 2001-2002 + * Copyright (C) Christoph Hellwig, 2001-2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ #include <linux/fs.h> #include <linux/namei.h> #include "jfs_incore.h" +#include "jfs_inode.h" #include "jfs_xattr.h" static int jfs_follow_link(struct dentry *dentry, struct nameidata *nd) |