]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
xfs: Update inode alloc comments
authorCarlos Maiolino <cmaiolino@redhat.com>
Sat, 20 Oct 2012 14:08:19 +0000 (11:08 -0300)
committerBen Myers <bpm@sgi.com>
Fri, 2 Nov 2012 22:13:12 +0000 (17:13 -0500)
commitcd856db69c88db438215244571957d812bdc6813
treebcd2dd9011439cb7ea072386c7f6575a225b7579
parent531c3bdc8662e1a83f8ec80dc3346b1284877c0a
xfs: Update inode alloc comments

I found some out of date comments while studying the inode allocation
code, so I believe it's worth to have these comments updated.

It basically rewrites the comment regarding to "call_again" variable,
which is not used anymore, but instead, callers of xfs_ialloc() decides
if it needs to be called again relying only if ialloc_context is NULL or
not.

Also did some small changes in another comment that I thought to be
pertinent to the current behaviour of these functions and some alignment
on both comments.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_inode.c