From: Kirill Smelkov Date: Thu, 14 Aug 2014 11:25:10 +0000 (+0400) Subject: vfs: fix typo in s_op->alloc_inode() documentation X-Git-Tag: omap-for-v3.19/prcm-cleanup~102^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e07ad6406d8137cc5aa1317568408c461ee8ce8;p=pandora-kernel.git 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 5ea626aa (VFS: update documentation, 2005) - there was no standalone inode_alloc() for the whole kernel history. Cc: Pekka Enberg Signed-off-by: Kirill Smelkov Signed-off-by: Al Viro --- Reading git-diff-tree failed