From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: [patch 0/7] Providing additional information in fdinfo sufficient for c/r, v3 Date: Wed, 14 Nov 2012 19:19:37 +0400 Message-ID: <20121114151937.344922058@openvz.org> Cc: Al Viro , Alexey Dobriyan , Andrew Morton , Pavel Emelyanov , James Bottomley , Matthew Helsley , aneesh.kumar@linux.vnet.ibm.com, bfields@fieldses.org, oleg@redhat.com, rientjes@google.com, tvrtko.ursulin@onelan.co.uk 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 Hello guys, here is updated series for fdinfo via procfs. The main change is that we've dropped carrying fhandle with inotify mark but provide it on demand. This is achieved by adding a small helper into exportfs code. Please review, thanks a lot for all earlier comments! Cyrill