mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs d_path updates from Al Viro. * tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: d_path.c: typo fix... dynamic_dname(): drop unused dentry argument
This commit is contained in:
@@ -355,7 +355,7 @@ static const struct super_operations sockfs_ops = {
|
||||
*/
|
||||
static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen)
|
||||
{
|
||||
return dynamic_dname(dentry, buffer, buflen, "socket:[%lu]",
|
||||
return dynamic_dname(buffer, buflen, "socket:[%lu]",
|
||||
d_inode(dentry)->i_ino);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user