Displaying 7 results from an estimated 7 matches for "ocfs2_valid_fl".
2008 Oct 15
1
[PATCH] ocfs2: Wrap inode block reads in a dedicated function.
...fe,
> ocfs2_mount_local(osb) || !ocfs2_stack_supports_plocks())
> use_plocks = 0;
>
> - /* this means that read_inode cannot create a superblock inode
> - * today. change if needed. */
> - if (!OCFS2_IS_VALID_DINODE(fe) ||
> - !(fe->i_flags & cpu_to_le32(OCFS2_VALID_FL))) {
> - mlog(0, "Invalid dinode: i_ino=%lu, i_blkno=%llu, "
> - "signature = %.*s, flags = 0x%x\n",
> - inode->i_ino,
> - (unsigned long long)le64_to_cpu(fe->i_blkno), 7,
> - fe->i_signature, le32_to_cpu(fe->i_flags));
> -...
2012 Jul 30
0
ocfs2 read only and unable to access data
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20120731/5f1e8a49/attachment.html
2012 Aug 06
0
Problem with mdadm + lvm + drbd + ocfs ( sounds obvious, eh ? :) )
...ss-cable from one machine's network
card to the other.
Everything went ok until enabling ocfs2 on the nodes. then messages
like this began to appear on syslog:
----
Aug 5 14:40:11 admin1 kernel: [266728.868283] OCFS2: ERROR (device
drbd0): ocfs2_validate_inode_block: Invalid dinode #922073:
OCFS2_VALID_FL not set
Aug 5 14:40:11 admin1 kernel: [266728.868443] File system is now
read-only due to the potential of on-disk corruption. Please run
fsck.ocfs2 once the file system is unmounted.
Aug 5 14:40:11 admin1 kernel: [266728.868571]
(7023,1):ocfs2_read_locked_inode:496 ERROR: status = -22
----
I d...
2006 Dec 29
3
[git patches] ocfs2 fixes
Hi Linus,
Here are some 2.6.20 fixes for ocfs2. The patch by Zhen Wei isn't
really a fix, but a very small amount of support for a feature which is
mostly implemented in ocfs2-tools. Considering it's just a single attribute
export via configfs, I'd say it's pretty safe to merge.
Please pull from 'upstream-linus' branch of
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi,
below comes a new version of the series of patches implementing quota support
for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given
number of bytes instead of number of blocks. Besides that the series should be
the same.
Honza
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi,
I'm sending a series of patches implementing quota support into ocfs2-tools.
It's the same as the original huge patch I've sent but now it's split as Joel
asked. I've also realized that when disabling SPARSE feature, we should update
quota information. That piece of code is missing, I'll implement it soon.
Comments welcome.
Honza
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi,
this is the next version of quota support for quota tools. I've addressed all
the comments of Tao, Joel and others. Sparse feature disabling also correctly
updates quota information now and the patch is merged into the tunefs support
patch.
Honza