login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
2
Re: [PATCH 10/39] ocfs2: Add helper function in uptodate.c for removing xattr clusters
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Andrew Morton
Subject:
Re: [PATCH 10/39] ocfs2: Add helper function in uptodate.c for removing xattr clusters
Date: Wednesday, October 1, 2008 - 11:11 pm
> On Wed, 24 Sep 2008 15:00:51 -0700 Mark Fasheh <mfasheh@suse.com> wrote:
quoted text
> +/* Called when we remove xattr clusters from an inode. */ > +void ocfs2_remove_xattr_clusters_from_cache(struct inode *inode, > + sector_t block, > + u32 c_len) > +{ > + u64 i, b_len = ocfs2_clusters_to_blocks(inode->i_sb, 1) * c_len; > + > + for (i = 0; i < b_len; i++, block++) > + ocfs2_remove_block_from_cache(inode, block); > +}
I really really hope that `i' and `b_len' didn't really need to be 64-bit here. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/39] Ocfs2 updates for 2.6.28
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 01/39] ocfs2: POSIX file locks support
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 02/39] ocfs2: Track local alloc bits internally
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 03/39] ocfs2: throttle back local alloc when low on ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 04/39] ocfs2: track local alloc state via debugfs
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 05/39] ocfs2: Modify ocfs2_num_free_extents for fut ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 06/39] ocfs2: Use ocfs2_extent_list instead of ocfs ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 07/39] ocfs2: Abstract ocfs2_extent_tree in b-tree ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 08/39] ocfs2: Make high level btree extend code generic
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 09/39] ocfs2: Add the basic xattr disk layout in oc ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 10/39] ocfs2: Add helper function in uptodate.c for ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 11/39] ocfs2: Add extent tree operation for xattr v ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 12/39] ocfs2: reserve inline space for extended att ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 13/39] ocfs2: Add extended attribute support
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 14/39] ocfs2: Add xattr index tree operations
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 15/39] ocfs2: Add xattr bucket iteration for large ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 16/39] ocfs2: Add xattr lookup code xattr btrees
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 17/39] ocfs2: Optionally limit extent size in ocfs2 ...
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 18/39] ocfs2: Enable xattr set in index btree
, Mark Fasheh
, (Wed Sep 24, 3:00 pm)
[PATCH 19/39] ocfs2: Delete all xattr buckets during inode ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 20/39] ocfs2: Add incompatible flag for extended at ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 21/39] ocfs2: fix printk format warnings
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 22/39] ocfs2: Prefix the extent tree operations str ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 23/39] ocfs2: Prefix the ocfs2_extent_tree structure.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 24/39] ocfs2: Make ocfs2_extent_tree get/put instea ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 25/39] ocfs2: Make 'private' into 'object' on ocfs2 ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 26/39] ocfs2: Provide the get_root_el() method to o ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 27/39] ocfs2: Use struct ocfs2_extent_tree in ocfs2 ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 28/39] ocfs2: Determine an extent tree's max_leaf_c ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 29/39] ocfs2: Create specific get_extent_tree funct ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 30/39] ocfs2: Add an insertion check to ocfs2_exten ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 31/39] ocfs2: Make ocfs2_extent_tree the first-clas ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 32/39] ocfs2: Comment struct ocfs2_extent_tree_oper ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 33/39] ocfs2: Change ocfs2_get_*_extent_tree() to o ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 34/39] ocfs2: bug-fix for journal extend in xattr.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 35/39] ocfs2: Resolve deadlock in ocfs2_xattr_free_ ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 36/39] ocfs2: Limit inode allocation to 32bits.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 37/39] ocfs2: Add the 'inode64' mount option.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 38/39] ocfs2: Switch over to JBD2.
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
[PATCH 39/39] ocfs2: Add xattr mount option in ocfs2_show_ ...
, Mark Fasheh
, (Wed Sep 24, 3:01 pm)
Re: [PATCH 0/39] Ocfs2 updates for 2.6.28
, Tao Ma
, (Sat Sep 27, 10:16 pm)
Re: [PATCH 01/39] ocfs2: POSIX file locks support
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 03/39] ocfs2: throttle back local alloc when lo ...
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 04/39] ocfs2: track local alloc state via debugfs
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 10/39] ocfs2: Add helper function in uptodate.c ...
, Andrew Morton
, (Wed Oct 1, 11:11 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Andrew Morton
, (Wed Oct 1, 11:12 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Andrew Morton
, (Wed Oct 1, 11:12 pm)
Re: [PATCH 13/39] ocfs2: Add extended attribute support
, Andrew Morton
, (Wed Oct 1, 11:12 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Thu Oct 2, 1:16 am)
Re: [PATCH 01/39] ocfs2: POSIX file locks support
, Mark Fasheh
, (Tue Oct 7, 1:09 pm)
Re: [PATCH 04/39] ocfs2: track local alloc state via debugfs
, Mark Fasheh
, (Tue Oct 7, 1:10 pm)
Re: [PATCH 10/39] ocfs2: Add helper function in uptodate.c ...
, Mark Fasheh
, (Tue Oct 7, 1:18 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Mark Fasheh
, (Tue Oct 7, 1:19 pm)
Re: [PATCH 13/39] ocfs2: Add extended attribute support
, Mark Fasheh
, (Tue Oct 7, 1:22 pm)
Re: [PATCH 11/39] ocfs2: Add extent tree operation for xat ...
, Mark Fasheh
, (Tue Oct 7, 2:19 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Mark Fasheh
, (Tue Oct 7, 3:08 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Tiger Yang
, (Tue Oct 7, 6:56 pm)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Wed Oct 8, 6:16 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Wed Oct 8, 6:22 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Christoph Hellwig
, (Wed Oct 8, 6:34 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Tao Ma
, (Wed Oct 8, 7:04 am)
Re: [Ocfs2-devel] [PATCH 13/39] ocfs2: Add extended attrib ...
, Mark Fasheh
, (Wed Oct 8, 5:38 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rafael J. Wysocki
[Bug #16136] Linux 2.6.34 causes system lockup on Compaq Presario 2200 Laptop
Joerg Roedel
Re: [patch] dma-debug: off by one issue
Tetsuo Handa
Re: [AppArmor #7 0/13] AppArmor security module
Pekka Enberg
Re: BUG in free_block (tainted)
Jakub Narebski
Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.
git
:
Christian Stimming
git-gui: Fix broken revert confirmation.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Junio C Hamano
Re: git-svnimport
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Patrick McHardy
Re: [PATCH RESEND 1/3] netfilter: xtables: inclusion of xt_condition
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
ath9k: Added get_survey callback in order to get channel noise
Linux Kernel Mailing List
ALSA: snd-usb-caiaq: Do not expose hardware input mode 0 of A4DJ
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)
openbsd-misc
:
Conor
Re: RFID Reader
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Stuart Henderson
Re: SquidGuard problem
Henning Brauer
Re: 3ware hardware raid support?
Ryan McBride
Re: Packets Per Second Limit?
Colocation donated by:
Syndicate