Displaying 15 results from an estimated 15 matches for "d_delete".
Did you mean:
t_delete
2002 Jan 16
1
crashing with ext3
...12:37:38 frost kernel: [<c0145ac5>] [<c0145ebc>] [<c0146dbe>]
[<c0153aa6>] [<c0157a74>] [<c0157a85>]
Jan 16 12:37:38 frost kernel: [ext3_mark_inode_dirty+39/64]
[ext3_delete_inode+187/272] [ext3_delete_inode+0/
272] [ext3_delete_inode+0/272] [iput+246/496] [d_delete+76/112]
Jan 16 12:37:38 frost kernel: [<c0157b77>] [<c0154beb>] [<c0154b30>]
[<c0154b30>] [<c01428e6>] [<c0140f7c>]
Jan 16 12:37:38 frost kernel: [vfs_unlink+307/352] [sys_unlink+153/272]
[system_call+51/64]
Jan 16 12:37:38 frost kernel: [<c013a703>...
2013 Feb 20
1
[PATCH] Btrfs: fix cleaner thread not working with inode cache option
...return 1;
else
return generic_drop_inode(inode);
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
index a31cd93..375f31f 100644
--- a/fs/btrfs/ioctl.c
+++ b/fs/btrfs/ioctl.c
@@ -2171,6 +2171,12 @@ out_unlock:
shrink_dcache_sb(root->fs_info->sb);
btrfs_invalidate_inodes(dest);
d_delete(dentry);
+
+ /* the last ref */
+ if (dest->cache_inode) {
+ iput(dest->cache_inode);
+ dest->cache_inode = NULL;
+ }
}
out_dput:
dput(dentry);
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo...
2011 May 18
0
[GIT PULL] ocfs2 and configfs fixes for 2.6.39-rc
...441488a28d:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs (2011-05-12 18:00:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git fixes
Joel Becker (2):
configfs: Don't try to d_delete() negative dentries.
configfs: Fix race between configfs_readdir() and configfs_d_iput()
Marcus Meissner (1):
ocfs2: Initialize data_ac (might be used uninitialized)
Sunil Mushran (5):
ocfs2/dlm: Use negotiated o2dlm protocol version
ocfs2/cluster: Increase the live thresh...
2002 Jan 16
0
problems with rh 7.2
...12:37:38 frost kernel: [<c0145ac5>] [<c0145ebc>] [<c0146dbe>]
[<c0153aa6>] [<c0157a74>] [<c0157a85>]
Jan 16 12:37:38 frost kernel: [ext3_mark_inode_dirty+39/64]
[ext3_delete_inode+187/272] [ext3_delete_inode+0/
272] [ext3_delete_inode+0/272] [iput+246/496] [d_delete+76/112]
Jan 16 12:37:38 frost kernel: [<c0157b77>] [<c0154beb>] [<c0154b30>]
[<c0154b30>] [<c01428e6>] [<c0140f7c>]
Jan 16 12:37:38 frost kernel: [vfs_unlink+307/352] [sys_unlink+153/272]
[system_call+51/64]
Jan 16 12:37:38 frost kernel: [<c013a703>...
2001 Aug 02
1
Another ext3 crash on PPC
I've attached the .gz'ed log of another EXT3 crash on my PPC box. This
time it was on IDE and I was doing a tab completion as it died.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
2009 Oct 02
0
[PATCH] btrfs: constify dentry_operations
...--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -5805,6 +5805,6 @@ static const struct inode_operations btrfs_symlink_inode_operations = {
.removexattr = btrfs_removexattr,
};
-struct dentry_operations btrfs_dentry_operations = {
+const struct dentry_operations btrfs_dentry_operations = {
.d_delete = btrfs_dentry_delete,
};
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
2002 Jan 24
1
Re: OOPS: kernel BUG at transaction.c:1857 on 2.4.17 while rm'ing 700mb file on ext3 partition.
...page+22/30>
> Trace; c0125738 <do_flushpage+18/30>
> Trace; c0125762 <truncate_complete_page+12/50>
> Trace; c01258c6 <truncate_list_pages+126/190>
> Trace; c0125970 <truncate_inode_pages+40/70>
> Trace; c014485e <iput+ae/200>
> Trace; c0142e4c <d_delete+4c/70>
> Trace; c013c69c <vfs_unlink+13c/170>
> Trace; c013c778 <sys_unlink+a8/120>
> Trace; c0106e8a <system_call+32/38>
Well, that's a straight forward trace, and looks perfectly normal for
a delete operation. The buffer_head is locked at this point, and the
tr...
2001 Oct 18
3
Assertion failed
...8-26mdk/kernel/net/pac+-577337/96]
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-576968/96]
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-528032/96]
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-528032/96]
[iput+232/448] [d_delete+76/112]
Oct 18 17:31:16 tadorne kernel: [<c904c0c7>] [<c904c238>]
[<c9058160>] [<c9058160>] [<c01458a8>] [<c0143d4c>]
Oct 18 17:31:16 tadorne kernel: [vfs_unlink+331/384]
[sys_unlink+153/256] [system_call+51/64]
Oct 18 17:31:16 tadorne kernel: [<c01...
2001 Aug 08
5
BUG: Assertion failure with ext3-0.95 for 2.4.7
...[<000768d4>] =ext3_free_data
08cefc50 [<00076c38>] =ext3_truncate
08cefd08 [<00074732>] =ext3_delete_inode
08cefd68 [<0006659a>] =iput
08cefdc8 [<00063dfc>] =d_delete
I resolved the functions using the system.map file.
Has anyone saw this message before? Any ideas, clues, hints?
Please CC me , because I am not on the list.
--
Mit freundlichen Grüßen / Best Regards
Christian Bornträger
IBM Deutschland Entwicklung GmbH
eServer SW System Evaluation + Test
em...
2005 Apr 05
1
e2fsck running for hours, printing out lists of numbers -- should I stop it?
...ernel:
[ext3_free_branches+200/528] [ext3_free_branches+200/528]
[ext3_truncate+199/972] [ext3_truncate+751/972] [journal_start+165/204]
[start_transaction+85/128] Mar 30 02:37:11 musicien kernel:
[ext3_delete_inode+0/284] [ext3_delete_inode+159/284]
[ext3_delete_inode+0/284] [iput+243/456] [d_delete+76/108]
[vfs_unlink+300/348] Mar 30 02:37:11 musicien kernel:
[sys_unlink+165/284] [arp_rcv+1116/1140] [system_call+51/56] Mar 30
02:37:11 musicien kernel: Mar 30 02:37:11 musicien kernel: Code: 0f 0b
83 c4 14 90 8d 74 26 00 53 e8 ae 02 00 00 c7 43 14 00
So are the ext3 drivers not backward...
2003 May 16
4
[RFC] report options
I have hinted in the past of wanting to go to a more
selective control of the output of rsync. Here it is.
PROBLEMS with the existing --verbose et al.
The simple incrementing verbose doesn't allow one to
restrict stdout to what actually is of interest. For
instance inside dirvish i don't care about directories,
or any kind of non-regular file because they show up every
time even if
2011 Dec 20
8
ocfs2 - Kernel panic on many write/read from both
Sorry i don`t copy everything:
TEST-MAIL1# echo "ls //orphan_dir:0000"|debugfs.ocfs2 /dev/dm-0|wc
debugfs.ocfs2 1.6.4
5239722 26198604 246266859
TEST-MAIL1# echo "ls //orphan_dir:0001"|debugfs.ocfs2 /dev/dm-0|wc
debugfs.ocfs2 1.6.4
6074335 30371669 285493670
TEST-MAIL2 ~ # echo "ls //orphan_dir:0000"|debugfs.ocfs2 /dev/dm-0|wc
debugfs.ocfs2 1.6.4
5239722 26198604
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
...+ smb_invalid_dir_cache(dir);
error = smb_proc_rmdir(dentry);
out:
@@ -482,6 +495,7 @@
*/
smb_close(dentry->d_inode);
+ smb_invalid_dir_cache(dir);
error = smb_proc_unlink(dentry);
if (!error)
{
@@ -519,6 +533,8 @@
d_delete(new_dentry);
}
+ smb_invalid_dir_cache(old_dir);
+ smb_invalid_dir_cache(new_dir);
error = smb_proc_mv(old_dentry, new_dentry);
if (!error)
{
Index: fs/smbfs/inode.c
===================================================================
RCS file: /usr/src/c...
2003 Mar 22
0
ext3 oops with 2.4.20
...rnel/net/packe+-42259328/96] [af_packet:__insmod_af_packet_O/lib/modules/2.4.20-k7/kernel/net/packe+-42259165/96] [af_packet:__insmod_af_packet_O/lib/modules/2.4.20-k7/kernel/net/packe+-42259328/96] [af_packet:__insmod_af_packet_O/lib/modules/2.4.20-k7/kernel/net/packe+-42213184/96] [iput+259/512] [d_delete+76/128]
Mar 22 10:48:36 trigger kernel: [vfs_unlink+332/384] [sys_unlink+153/272] [system_call+51/56]
Mar 22 10:48:36 trigger kernel:
Mar 22 10:48:36 trigger kernel: Code: 0f 0b c9 04 a0 97 84 f0 83 c4 14 53 e8 16 03 00 00 c7 43 14
------------------------------------------------
That's i...
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's
ok since there really isn't any major new features here - the bulk of the
Ocfs2 update is bug fixes, or cleanups. The same goes for configfs.
The only two things that could be described as features would be:
- Sunil has updated Ocfs2 to provide even more live cluster locking
information via debugfs.
- Joel