Re: typo in inode.c

2012-09-27 Thread David Sterba
On Thu, Sep 27, 2012 at 05:04:02AM +0800, ching wrote: > On 09/26/2012 11:23 PM, David Sterba wrote: > > On Wed, Sep 26, 2012 at 07:48:47PM +0800, ching wrote: > >> There is a typo (?) in inode.c (git) > > What's the top commit and what git tree? > > >

Re: typo in inode.c

2012-09-26 Thread ching
On 09/26/2012 11:23 PM, David Sterba wrote: > On Wed, Sep 26, 2012 at 07:48:47PM +0800, ching wrote: >> There is a typo (?) in inode.c (git) > What's the top commit and what git tree? > > This has been fixed in 3.6-rc4 via > 287082b0bd10060e9c6b32ed9605174ddf2f672a >

Re: typo in inode.c

2012-09-26 Thread David Sterba
On Wed, Sep 26, 2012 at 07:48:47PM +0800, ching wrote: > There is a typo (?) in inode.c (git) What's the top commit and what git tree? This has been fixed in 3.6-rc4 via 287082b0bd10060e9c6b32ed9605174ddf2f672a david -- To unsubscribe from this list: send the line "unsubscribe li

typo in inode.c

2012-09-26 Thread ching
There is a typo (?) in inode.c (git) i guess the "int limit = 10 * 1024 * 1042;" should be "int limit = 10 * 1024 * 1024;" instead Could developer fix this typo? static int cow_file_range_async(struct inode *inode, struct page *locked_page,