]> Git Repo - J-linux.git/commit - include/linux/fs.h
mm: redefine address_space.assoc_mapping
authorRafael Aquini <[email protected]>
Wed, 12 Dec 2012 00:02:35 +0000 (16:02 -0800)
committerLinus Torvalds <[email protected]>
Wed, 12 Dec 2012 01:22:26 +0000 (17:22 -0800)
commit252aa6f5be64c90c67b9f066ccff880f6b487d32
tree9bb13ada4d838d232d761f45aa9e1a0b26a40cff
parent78bd52097d04205a33a8014a1b8ac01cf1ae9d06
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 <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: "Michael S. Tsirkin" <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Minchan Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/buffer.c
fs/gfs2/glock.c
fs/inode.c
fs/nilfs2/page.c
include/linux/fs.h
This page took 0.044389 seconds and 4 git commands to generate.