https://github.com/torvalds/linux
Revision 97d79b403ef03f729883246208ef5d8a2ebc4d68 authored by Yehuda Sadeh on 18 January 2011, 21:37:28 UTC, committed by Sage Weil on 20 February 2011, 03:59:14 UTC
When creating a new dentry we now hold a reference to the parent
inode in the ceph_dentry.  This is required due to the new RCU
changes from 949854d0, which set dentry->d_parent to NULL in d_kill before
calling the ->release() callback.  If/when that behavior is changed, we can
revert this hack.

Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
1 parent e8e1ba9
History
Tip revision: 97d79b403ef03f729883246208ef5d8a2ebc4d68 authored by Yehuda Sadeh on 18 January 2011, 21:37:28 UTC
ceph: keep reference to parent inode on ceph_dentry
Tip revision: 97d79b4
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 179.2 KB
Makefile -rw-r--r-- 50.9 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top