| From: |
| Cyrill Gorcunov <gorcunov@openvz.org> |
| To: |
| linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org |
| 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 <viro@zeniv.linux.org.uk>,
Alexey Dobriyan <adobriyan@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>,
Pavel Emelyanov <xemul@parallels.com>,
James Bottomley <jbottomley@parallels.com>,
Matthew Helsley <matt.helsley@gmail.com>,
aneesh.kumar@linux.vnet.ibm.com, bfields@fieldses.org,
oleg@redhat.com, rientjes@google.com, tvrtko.ursulin@onelan.co.uk |
| Archive-link: |
| Article, Thread
|
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