Re: [PATCH 19/35] Unionfs: Directory file operations

2006-12-05 Thread Jan Engelhardt
>+++ b/fs/unionfs/dirfops.c >+/* This is not meant to be a generic repositioning function. If you do >+ * things that aren't supported, then we return EINVAL. >+ * >+ * What is allowed: >+ * (1) seeking to the same position that you are currently at >+ *This really has no effect, but retur

[PATCH 19/35] Unionfs: Directory file operations

2006-12-04 Thread Josef 'Jeff' Sipek
From: Josef "Jeff" Sipek <[EMAIL PROTECTED]> This patch provides directory file operations. Signed-off-by: Josef "Jeff" Sipek <[EMAIL PROTECTED]> Signed-off-by: David Quigley <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> --- fs/unionfs/dirfops.c | 264 +++