]> git.neil.brown.name Git - history.git/commit
[PATCH] iget_locked [2/6]
authorJan Harkes <jaharkes@cs.cmu.edu>
Mon, 20 May 2002 02:25:02 +0000 (19:25 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 20 May 2002 02:25:02 +0000 (19:25 -0700)
commit85b640c51ed9e8ba0ab15151d89a98e1a670d347
treed66bffa1862249fa14a1c9d36fbd667236f4eb06
parent7a24f1a6d522cce1e319f434a202f7d6944924bc
[PATCH] iget_locked  [2/6]

Now we introduce iget_locked and iget5_locked. These are similar to
iget, but return a locked inode and read_inode has not been called. So
the FS has to call read_inode to initialize the inode and then unlock
it with unlock_new_inode().

This patch is based on the icreate patch from the XFS group, i.e.
it is pretty much identical except for function naming.
fs/Makefile
fs/inode.c
include/linux/fs.h