From 4e07ad6406d8137cc5aa1317568408c461ee8ce8 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Thu, 14 Aug 2014 15:25:10 +0400 Subject: [PATCH] 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-format-patch failed