Displaying 7 results from an estimated 7 matches for "put_inode".
Did you mean:
put_inodes
2004 Sep 04
0
[PATCH] remove ocfs_put_inode
...n't do anything but noisy debug printks anymore
Index: src/super.c
===================================================================
--- src/super.c (revision 1426)
+++ src/super.c (working copy)
@@ -196,9 +196,7 @@
static struct super_operations ocfs_sops = {
.statfs = ocfs_statfs,
- .put_inode = ocfs_put_inode,
.clear_inode = ocfs_clear_inode,
- //put_inode = force_delete,
.delete_inode = ocfs_delete_inode,
.sync_fs = ocfs_sync_fs,
.write_super = ocfs_write_super,
Index: src/inode.c
===================================================================
--- src/inod...
2013 Jul 05
2
Dynamic debugging
...e using the new debug.c32 module.
For instance, to turn on the dprintf() in execute(), you'd do,
debug.c32 -e execute
then, every time a module is executed you'll see messages like,
kernel is ls.c32, args = / type = 7
To disable functions,
debug.c32 -d open_file searchdir put_inode
Chances are that if you report a bug now, you'll be asked to run
debug.c32 with a list of useful debugging functions to help narrow down
the cause of your bug. The hope is that this will reduce debugging time,
especially for those difficult problems that always seem to be
environment-specific....
2008 Feb 22
1
[PATCH] IGET: Remove initialisation of read_inode() super op from BTRFS
...c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index a46300c..612a34f 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -462,7 +462,6 @@ static struct super_operations btrfs_super_ops = {
.delete_inode = btrfs_delete_inode,
.put_inode = btrfs_put_inode,
.put_super = btrfs_put_super,
- .read_inode = btrfs_read_locked_inode,
.write_super = btrfs_write_super,
.sync_fs = btrfs_sync_fs,
.write_inode = btrfs_write_inode,
2013 Jul 08
0
Dynamic debugging
...o turn on the dprintf() in execute(), you'd do,
>
> debug.c32 -e execute
>
> then, every time a module is executed you'll see messages like,
>
> kernel is ls.c32, args = / type = 7
>
> To disable functions,
>
> debug.c32 -d open_file searchdir put_inode
>
> Chances are that if you report a bug now, you'll be asked to run
> debug.c32 with a list of useful debugging functions to help narrow down
> the cause of your bug. The hope is that this will reduce debugging time,
> especially for those difficult problems that always seem to...
2002 Dec 15
2
problem with Andrew's patch ext3
Hello Andrew,
I patched 2.4.20 with your patch found out on http://lwn.net/Articles/17447/
and I have a big problem with:
once server is booted on 2.4.20 with your patch, when I want to reboot
with /sbin/reboot, server makes a Segmentation fault and it crashs.
I tested it on 50-60 servers and it is the same problem. I tested kernel
2.4.20 without your patch: no problem.
# uname -a
Linux XXXXXX
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi,
This is the second batch of Ocfs2 patches intended for the merge window. The
1st batch were sent out previously:
http://lkml.org/lkml/2008/12/19/280
The bulk of this set is comprised of Jan Kara's patches to add quota support
to Ocfs2. Many of the quota patches are to generic code, which I carried to
make merging of the Ocfs2 support easier. All of the non-ocfs2 patches
should have