X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fnamei.c;h=ec97aef5c21cc40e08074c48a9c34a41568694da;hb=9e424eb1c5e3650a486f0c9997d12081b999d1b4;hp=43a97ee1d4c864e4053f86aec5830e037721d125;hpb=5439ca6b8ff8cf8d758c19eb28b617a5912904ee;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/fs/namei.c b/fs/namei.c index 43a97ee..ec97aef 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -693,8 +693,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)