From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: [patch 0/8] procfs fdinfo providers updated Date: Tue, 14 Aug 2012 18:03:42 +0400 Message-ID: <20120814140342.354405844@openvz.org> Cc: Al Viro , Alexey Dobriyan , Andrew Morton , Pavel Emelyanov , James Bottomley , Matthew Helsley To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi guys, in this series I tried to address concerns on code duplication at seq_fdinfo_open and proc_fd_link, thus fdinfo_open_helper() is used in both routines. Also series updated to be appliable on top of v3.6-rc1. Please review, comments are highly appreciated. Cyrill