Re: commit 0b5da8d: fuse: add support for SEEK_HOLE and SEEK_DATA in lseek

2016-11-16 Thread Ravishankar N
Hi Nikolaus, On 11/17/2016 01:39 AM, Nikolaus Rath wrote: Hi Ravishankar, In commit 0b5da8d you added support for a new FUSE_LSEEK operation. However, as far as I can tell the corresponding userspace code never landed in libfuse. Do you have a corresponding patch for libfuse? No,

Re: commit 0b5da8d: fuse: add support for SEEK_HOLE and SEEK_DATA in lseek

2016-11-16 Thread Ravishankar N
Hi Nikolaus, On 11/17/2016 01:39 AM, Nikolaus Rath wrote: Hi Ravishankar, In commit 0b5da8d you added support for a new FUSE_LSEEK operation. However, as far as I can tell the corresponding userspace code never landed in libfuse. Do you have a corresponding patch for libfuse? No,

[PATCH RESEND 1/1] fat:fix incorrect function comment

2012-12-20 Thread Ravishankar N
/misc.c Signed-off-by: Ravishankar N Signed-off-by: Namjae Jeon --- fs/fat/dir.c |5 ++--- fs/fat/inode.c |2 +- fs/fat/misc.c |4 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/fs/fat/dir.c b/fs/fat/dir.c index 2a18234..58bf744 100644 --- a/fs/fat/dir.c +++ b

[PATCH RESEND 1/1] fat:fix incorrect function comment

2012-12-20 Thread Ravishankar N
/misc.c Signed-off-by: Ravishankar N cybera...@gmail.com Signed-off-by: Namjae Jeon linkinj...@gmail.com --- fs/fat/dir.c |5 ++--- fs/fat/inode.c |2 +- fs/fat/misc.c |4 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/fs/fat/dir.c b/fs/fat/dir.c index 2a18234

[PATCH 1/1] fat:fix incorrect function comment

2012-12-18 Thread Ravishankar N
fat_search_long() returns 0 on success, -ENOENT/ENOMEM on failure.Change the function comment accordingly. While at it, fix some trivial typos. modified: fs/fat/dir.c modified: fs/fat/inode.c modified: fs/fat/misc.c Signed-off-by: Ravishankar N Signed-off

[PATCH 1/1] fat:fix incorrect function comment

2012-12-18 Thread Ravishankar N
fat_search_long() returns 0 on success, -ENOENT/ENOMEM on failure.Change the function comment accordingly. While at it, fix some trivial typos. modified: fs/fat/dir.c modified: fs/fat/inode.c modified: fs/fat/misc.c Signed-off-by: Ravishankar N cybera...@gmail.com