* Re: a question about ext4_fsblk_t
@ 2006-10-22 8:50 guomingyang
2006-11-29 1:13 ` Mingming Cao
0 siblings, 1 reply; 3+ messages in thread
From: guomingyang @ 2006-10-22 8:50 UTC (permalink / raw)
To: guomingyang@nrchpc.ac.cn, linux-ext4; +Cc: linux-fsdevel
I also find many places where the block number type is not changed in namei.c and dir.c. Why?
Thank you to anyone who offer help
>Hello everyone:
>
> I am a student interesting in linux filesystem, I have a problem about the replace of block number type to ext4_fsblk_t. Is it complete? Or has it passed all the test? Because I have found a place like this in linux-2.6.19-rc2/fs/ext4/inode.c
>
>
>
>+struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode,
>+ int block, int create, int *err)
>
>
>the block's type is not changed. Although I think it will bring no mistake, I doubt about why not change it. Thank you !
>
>
>guomingyang
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
guomingyang
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: a question about ext4_fsblk_t
2006-10-22 8:50 a question about ext4_fsblk_t guomingyang
@ 2006-11-29 1:13 ` Mingming Cao
0 siblings, 0 replies; 3+ messages in thread
From: Mingming Cao @ 2006-11-29 1:13 UTC (permalink / raw)
To: guomingyang; +Cc: linux-ext4, linux-fsdevel
On Sun, 2006-10-22 at 16:50 +0800, guomingyang wrote:
>
> I also find many places where the block number type is not changed in namei.c and dir.c. Why?
They are all file logical blocks, ext4_fsblk_t is for on disk blocks.
Takashi Sato has a patch to define all file logical blocks as
ext3_fileblk_t, it did not make to mainline before ext4 was forked.
Probably we should bring the to ext3/4 to clarify the confusions.
Mingming
> Thank you to anyone who offer help
> >Hello everyone:
> >
> > I am a student interesting in linux filesystem, I have a problem about the replace of block number type to ext4_fsblk_t. Is it complete? Or has it passed all the test? Because I have found a place like this in linux-2.6.19-rc2/fs/ext4/inode.c
> >
> >
> >
> >+struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode,
> >+ int block, int create, int *err)
> >
> >
> >the block's type is not changed. Although I think it will bring no mistake, I doubt about why not change it. Thank you !
> >
> >
> >guomingyang
> >
> >-
> >To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
> >the body of a message to majordomo@vger.kernel.org
> >More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> guomingyang
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* a question about ext4_fsblk_t
@ 2006-10-22 7:38 郭明阳
0 siblings, 0 replies; 3+ messages in thread
From: 郭明阳 @ 2006-10-22 7:38 UTC (permalink / raw)
To: linux-ext4, linux-ext4, linux-ext4, linux-ext4, linux-ext4,
linux-ext4, linux-ext4
Cc: linux-fsdevel
Hello everyone:
I am a student interesting in linux filesystem, I have a problem about the replace of block number type to ext4_fsblk_t. Is it complete? Or has it passed all the test? Because I have found a place like this in linux-2.6.19-rc2/fs/ext4/inode.c
+struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode,
+ int block, int create, int *err)
the block's type is not changed. Although I think it will bring no mistake, I doubt about why not change it. Thank you !
guomingyang
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-29 1:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-22 8:50 a question about ext4_fsblk_t guomingyang
2006-11-29 1:13 ` Mingming Cao
-- strict thread matches above, loose matches on Subject: below --
2006-10-22 7:38 郭明阳
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).