commit | fd4a0edf2a3d781c6ae07d2810776ce22302ee1c | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Fri Dec 09 16:45:04 2016 +0100 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Dec 09 16:45:04 2016 +0100 |
tree | 4ccfd06bc5705bc2903667043e4f9fdadb568d1b | |
parent | 2a07a1f5abba308729bd082dce4d035365165d85 [diff] |
vfs: replace calling i_op->readlink with vfs_readlink() Also check d_is_symlink() in callers instead of inode->i_op->readlink because following patches will allow NULL ->readlink for symlinks. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>