diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:33 +0000 |
commit | 4fa9cf6c332964b032488eaf91af25718bb17339 (patch) | |
tree | 30c062fe5af12e17cea9f033b7e94156b976c845 /target/linux/generic/patches-2.6.36/216-mini_fo_locking.patch | |
parent | 3bc2afc384c4eb5852cfc74f056a045c9dd17dd6 (diff) | |
download | mtk-20170518-4fa9cf6c332964b032488eaf91af25718bb17339.zip mtk-20170518-4fa9cf6c332964b032488eaf91af25718bb17339.tar.gz mtk-20170518-4fa9cf6c332964b032488eaf91af25718bb17339.tar.bz2 |
linux/2.6.36: R.I.P.
SVN-Revision: 31519
Diffstat (limited to 'target/linux/generic/patches-2.6.36/216-mini_fo_locking.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.36/216-mini_fo_locking.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/generic/patches-2.6.36/216-mini_fo_locking.patch b/target/linux/generic/patches-2.6.36/216-mini_fo_locking.patch deleted file mode 100644 index 4f07592..0000000 --- a/target/linux/generic/patches-2.6.36/216-mini_fo_locking.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/fs/mini_fo/state.c -+++ b/fs/mini_fo/state.c -@@ -537,17 +537,17 @@ int nondir_mod_to_del(dentry_t *dentry) - dtohd(dentry) = NULL; - dtost(dentry) = DELETED; - -- /* add deleted file to META-file */ -- meta_add_d_entry(dentry->d_parent, -- dentry->d_name.name, -- dentry->d_name.len); -- - /* was: unlock_dir(hidden_sto_dir_dentry); */ - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16) - mutex_unlock(&hidden_sto_dir_dentry->d_inode->i_mutex); - #else - up(&hidden_sto_dir_dentry->d_inode->i_sem); - #endif -+ /* add deleted file to META-file */ -+ meta_add_d_entry(dentry->d_parent, -+ dentry->d_name.name, -+ dentry->d_name.len); -+ - dput(hidden_sto_dir_dentry); - - out: |