From: Dmitry V. Levin Date: Wed, 17 Oct 2012 16:29:36 +0000 (+0400) Subject: vfs: cleanup show_mountinfo X-Git-Tag: omap-for-v3.20/drop-legacy-3517~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ad4dc4f7318080e2e4e0cd23623211a20d33861;p=pandora-kernel.git vfs: cleanup show_mountinfo Starting with commit v3.2-rc4-1-g02125a8, seq_path_root() no longer changes the value of its "struct path *root" argument. Starting with commit v3.2-rc7-104-g8c9379e, the "struct path *root" argument of seq_path_root() is const. As result, the temporary variable "root" in show_mountinfo() that holds a copy of struct path root is no longer needed. Signed-off-by: Dmitry V. Levin Signed-off-by: Al Viro --- Reading git-diff-tree failed