]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: fix typo in s_op->alloc_inode() documentation
authorKirill Smelkov <kirr@nexedi.com>
Thu, 14 Aug 2014 11:25:10 +0000 (15:25 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:39:01 +0000 (02:39 -0400)
commitc28fcff0a0c12f81b9f50e772a7edd3b5ad37959
tree5647c955872ea67590b041329c4ebe2ec1d36c26
parent09409cd9c49e68c3dd46900bf4dfc0f1231464b9
vfs: fix typo in s_op->alloc_inode() documentation

The function which calls s_op->alloc_inode() is not inode_alloc(), but
instead alloc_inode() which lives in fs/inode.c .

The typo was there from the beginning from c068a101 (VFS: update
documentation, 2005) - there was no standalone inode_alloc() for the
whole kernel history.

Cc: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Kirill Smelkov <kirr@nexedi.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/vfs.txt