mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
118b230225
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> |
||
---|---|---|
.. | ||
inode.c | ||
Makefile |