summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-04-02 11:44:51 +0200
committerTakashi Iwai <tiwai@suse.de>2013-04-02 11:44:51 +0200
commitea019fdf1a2aa4134ce90801f7b36680d0fbd785 (patch)
treeab44af35ae3e75f7fe60391274aa8a0a09a15c15 /fs/namei.c
parent55a63d4da3b8850480a1c5b222f77c739e30e346 (diff)
parent40bac28eb1e39f229a94ad72e2ca8cdeef3ba31a (diff)
downloadop-kernel-dev-ea019fdf1a2aa4134ce90801f7b36680d0fbd785.zip
op-kernel-dev-ea019fdf1a2aa4134ce90801f7b36680d0fbd785.tar.gz
Merge tag 'asoc-fix-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.9 A few more fixes here and there, including quite a few nasty driver specific ones, but nothing that has a major general impact.
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 961bc12..57ae9c8 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -689,8 +689,6 @@ void nd_jump_link(struct nameidata *nd, struct path *path)
nd->path = *path;
nd->inode = nd->path.dentry->d_inode;
nd->flags |= LOOKUP_JUMPED;
-
- BUG_ON(nd->inode->i_op->follow_link);
}
static inline void put_link(struct nameidata *nd, struct path *link, void *cookie)
OpenPOWER on IntegriCloud