https://github.com/torvalds/linux
Revision 118b23022512eb2f41ce42db70dc0568d00be4ba authored by Al Viro on 24 August 2013, 16:08:17 UTC, committed by Al Viro on 24 August 2013, 16:10:17 UTC
dynamic_dname() is both too much and too little for those - the
output may be well in excess of 64 bytes dynamic_dname() assumes
to be enough (thanks to ashmem feeding really long names to
shmem_file_setup()) and vsnprintf() is an overkill for those
guys.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent b36f4be
History
Tip revision: 118b23022512eb2f41ce42db70dc0568d00be4ba authored by Al Viro on 24 August 2013, 16:08:17 UTC
cope with potentially long ->d_dname() output for shmem/hugetlb
Tip revision: 118b230
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.1 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 253.9 KB
Makefile -rw-r--r-- 47.4 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top