]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: redefine address_space.assoc_mapping
authorRafael Aquini <aquini@redhat.com>
Thu, 29 Nov 2012 03:17:23 +0000 (14:17 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:09 +0000 (16:23 +1100)
commitd4efcdf7edc93e159904b6cdc22a71e75bbd1393
tree66a6f85c9a44f9efd2514972c6310af7855f13bc
parent5790a52d3c4f8560408f400e6b01083faed58dc5
mm: redefine address_space.assoc_mapping

Overhaul struct address_space.assoc_mapping renaming it to
address_space.private_data and its type is redefined to void*.  By this
approach we consistently name the .private_* elements from struct
address_space as well as allow extended usage for address_space
association with other data structures through ->private_data.

Also, all users of old ->assoc_mapping element are converted to reflect
its new name and type change (->private_data).

Signed-off-by: Rafael Aquini <aquini@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/buffer.c
fs/gfs2/glock.c
fs/inode.c
fs/nilfs2/page.c
include/linux/fs.h