From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: [patch 0/7] procfs fdinfo extension, new round Date: Wed, 25 Jul 2012 13:47:18 +0400 Message-ID: <20120725094718.089879534@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: Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:51186 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753875Ab2GYJzl (ORCPT ); Wed, 25 Jul 2012 05:55:41 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, here is a bit updated version of patches for procfs fdinfo outpu extension (which we need to be able to restore eventfd/epoll/inotify files). I tried to addess Matthew's and Pavel's comments (well, I rather didn't inject new member into file_operations structure and comment in change log will explain why). Please review, and thanks a lot for previous feedback!