Skip to content
Commit 76fca90e authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

vfs: default to generic_readlink()



If i_op->readlink is NULL, but i_op->get_link is set then vfs_readlink()
defaults to calling generic_readlink().

The IOP_DEFAULT_READLINK flag indicates that the above conditions are met
and the default action can be taken.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent fd4a0edf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment