* [Cluster-devel] [GFS2] Need to ensure sector_t is 64bits for GFS2
@ 2008-02-27 18:34 Steven Whitehouse
2008-03-06 23:43 ` [Cluster-devel] [GFS2] GFS2: gfs2_adjust_quota has broken unstuffing code Abhijith Das
0 siblings, 1 reply; 3+ messages in thread
From: Steven Whitehouse @ 2008-02-27 18:34 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
We need to ensure that sector_t is 64bits for GFS2, so that we need to
depend on LBD as well as LSF.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig
index d147b53..7f7947e 100644
--- a/fs/gfs2/Kconfig
+++ b/fs/gfs2/Kconfig
@@ -1,6 +1,6 @@
config GFS2_FS
tristate "GFS2 file system support"
- depends on EXPERIMENTAL && (64BIT || LSF)
+ depends on EXPERIMENTAL && (64BIT || (LSF && LBD))
select FS_POSIX_ACL
select CRC32
help
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Cluster-devel] [GFS2] GFS2: gfs2_adjust_quota has broken unstuffing code
2008-02-27 18:34 [Cluster-devel] [GFS2] Need to ensure sector_t is 64bits for GFS2 Steven Whitehouse
@ 2008-03-06 23:43 ` Abhijith Das
2008-03-07 9:03 ` Steven Whitehouse
0 siblings, 1 reply; 3+ messages in thread
From: Abhijith Das @ 2008-03-06 23:43 UTC (permalink / raw)
To: cluster-devel.redhat.com
This patch combines the 2 patches in bug 434736 to correct the lock
ordering in the unstuffing of the quota inode in gfs2_adjust_quota and
adjusting the number of revokes in gfs2_write_jdata_pagevec
Signed-off-by: Abhijith Das <adas@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bz434736-git.patch
Type: text/x-patch
Size: 3350 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20080306/422de08c/attachment.bin>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Cluster-devel] [GFS2] GFS2: gfs2_adjust_quota has broken unstuffing code
2008-03-06 23:43 ` [Cluster-devel] [GFS2] GFS2: gfs2_adjust_quota has broken unstuffing code Abhijith Das
@ 2008-03-07 9:03 ` Steven Whitehouse
0 siblings, 0 replies; 3+ messages in thread
From: Steven Whitehouse @ 2008-03-07 9:03 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
On Thu, 2008-03-06 at 17:43 -0600, Abhijith Das wrote:
> This patch combines the 2 patches in bug 434736 to correct the lock
> ordering in the unstuffing of the quota inode in gfs2_adjust_quota and
> adjusting the number of revokes in gfs2_write_jdata_pagevec
>
> Signed-off-by: Abhijith Das <adas@redhat.com>
> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
>
Applied, but please try not to add trailing whitespace in future
patches,
Steve.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-07 9:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 18:34 [Cluster-devel] [GFS2] Need to ensure sector_t is 64bits for GFS2 Steven Whitehouse
2008-03-06 23:43 ` [Cluster-devel] [GFS2] GFS2: gfs2_adjust_quota has broken unstuffing code Abhijith Das
2008-03-07 9:03 ` Steven Whitehouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).