Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/ext3
Jan Blunck 1d957f9bf8 Introduce path_put()
* Add path_put() functions for releasing a reference to the dentry and
  vfsmount of a struct path in the right order

* Switch from path_release(nd) to path_put(&nd->path)

* Rename dput_path() to path_put_conditional()

[akpm@linux-foundation.org: fix cifs]
Signed-off-by: Jan Blunck <jblunck@suse.de>
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Acked-by: Christoph Hellwig <hch@lst.de>
Cc: <linux-fsdevel@vger.kernel.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Steven French <sfrench@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-14 21:13:33 -08:00
..
acl.c
acl.h
balloc.c ext3: replace all adds to little endians variables with le*_add_cpu 2008-02-08 09:22:32 -08:00
bitmap.c
dir.c
ext3_jbd.c
file.c
fsync.c
hash.c
ialloc.c ext3: replace all adds to little endians variables with le*_add_cpu 2008-02-08 09:22:32 -08:00
inode.c iget: stop EXT3 from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
ioctl.c
Makefile
namei.c iget: stop EXT3 from using iget() and read_inode() 2008-02-07 08:42:27 -08:00
namei.h
resize.c ext3: replace all adds to little endians variables with le*_add_cpu 2008-02-08 09:22:32 -08:00
super.c Introduce path_put() 2008-02-14 21:13:33 -08:00
symlink.c
xattr.c ext3: replace all adds to little endians variables with le*_add_cpu 2008-02-08 09:22:32 -08:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c