On 4/26/07, Amit K. Arora <[email protected]> wrote:
/* + * ext4_ext_try_to_merge: + * tries to merge the "ex" extent to the next extent in the tree. + * It always tries to merge towards right. If you want to merge towards + * left, pass "ex - 1" as argument instead of "ex". + * Returns 0 if the extents (ex and ex+1) were _not_ merged and returns + * 1 if they got merged. + */ +int ext4_ext_try_to_merge(struct inode *inode, + struct ext4_ext_path *path, + struct ext4_extent *ex) +{
Please either use proper kerneldoc format or drop "ext4_ext_try_to_merge" from the comment. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 5/5] ext4: write support for preallocated blocks/extents
- From: "Amit K. Arora" <[email protected]>
- Re: [PATCH 5/5] ext4: write support for preallocated blocks/extents
- References:
- Re: Interface for the new fallocate() system call
- From: "Amit K. Arora" <[email protected]>
- Re: Interface for the new fallocate() system call
- From: Andreas Dilger <[email protected]>
- Re: Interface for the new fallocate() system call
- From: "Amit K. Arora" <[email protected]>
- Re: Interface for the new fallocate() system call
- From: Jakub Jelinek <[email protected]>
- Re: Interface for the new fallocate() system call
- From: "Amit K. Arora" <[email protected]>
- [PATCH 0/5] fallocate system call
- From: "Amit K. Arora" <[email protected]>
- [PATCH 5/5] ext4: write support for preallocated blocks/extents
- From: "Amit K. Arora" <[email protected]>
- Re: Interface for the new fallocate() system call
- Prev by Date: Re: [BUG] cpu-hotplug: Can't offline the CPU with naughty realtime processes
- Next by Date: Re: [RFC] [Patch 3/3] readahead statistics slimmed down
- Previous by thread: Re: [PATCH 5/5] ext4: write support for preallocated blocks/extents
- Next by thread: Re: [PATCH 5/5] ext4: write support for preallocated blocks/extents
- Index(es):