From: James Simmons Date: Thu, 14 Nov 2013 14:48:08 +0000 (-0500) Subject: LU-3319 procfs: move ost proc handling over to seq_file X-Git-Tag: 2.5.53~3 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=14b115c8e24dd99fc27e17d77865a238f0a767e2;hp=14b115c8e24dd99fc27e17d77865a238f0a767e2 LU-3319 procfs: move ost proc handling over to seq_file Most of the current proc handling of the OST is already based on seq_file handling except for the reporting of the UUID of the OST. This patch moves this last piece so that the OST layer will use strictly proc files with seq_files. Signed-off-by: James Simmons Change-Id: Idf2bc014ada9292d545f761aa27c777412a66671 Reviewed-on: http://review.whamcloud.com/7928 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Bob Glossman Reviewed-by: Yang Sheng Reviewed-by: Oleg Drokin ---