mirror of
https://github.com/ceph/ceph
synced 2025-01-26 13:06:29 +00:00
Ceph is a distributed object, block, and file storage platform
5dd9f1a17c
The problem is that a cap update would give a new mtime mid-rename. Locker would pre-dirty the inode and _old_ parent dentry, and when it went to apply the projected update, it would have a pv from the old dentry and use it to dirty the new parent dentry. Now, rename sets projected_parent in _rename_prepare and clears it via CDir::link_inode, and pre_dirty follows that pointer when present. |
||
---|---|---|
branches/aleung/security1 | ||
debian | ||
fusetrace | ||
src | ||
web | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README |
Ceph - a scalable distributed file system ----------------------------------------- Please see http://ceph.sourceforge.net/ for current info. INSTALL for basic build instructions.