]> git.baikalelectronics.ru Git - kernel.git/commit
nommu: fix typo vma->pg_off to vma->vm_pgoff
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Wed, 8 Apr 2009 04:21:43 +0000 (21:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Apr 2009 17:21:44 +0000 (10:21 -0700)
commitaa7c7e9ee45005533ca3062aee693d6b35cf13ca
tree390d62b0f5f448b055b5102da79f39bf7627e8a4
parenta47b9988161e331fb93717160c6b89329e6fe937
nommu: fix typo vma->pg_off to vma->vm_pgoff

acc4bf89b7e6b1d61bc9f3d5857a14ea4be01b0b ("/proc/pid/maps: don't show
pgoff of pure ANON VMAs" had a typo.

fs/proc/task_nommu.c:138: error: 'struct vm_area_struct' has no member named 'pg_off'
distcc[21484] ERROR: compile fs/proc/task_nommu.c on sprygo/32 failed

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/task_nommu.c