[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKgsxVT3_ge2vxcGWzy6NJYPEGwB1Wbw2eE7a=JtWWBb8o4XVg@mail.gmail.com>
Date: Fri, 19 Apr 2013 12:23:54 -0700
From: Justin Maggard <jmaggard10@...il.com>
To: Heinrich Schuchardt <xypron.glpk@....de>
Cc: linux-kernel@...r.kernel.org, eparis@...hat.com,
LinoSanfilippo@....de, tzvetanc@...mtouch.com
Subject: Re: fanotify: fix support of large files
On Sat, Apr 13, 2013 at 4:54 AM, Heinrich Schuchardt <xypron.glpk@....de> wrote:
> Dear Justin,
>
> looking at the example at
> http://www.lanedo.com/~aleksander/fanotify/fanotify-example.c
> the large file support is enabled by passing O_LARGEFILE to fanotify_init:
>
> if ((fanotify_fd = fanotify_init (FAN_CLOEXEC,
> O_RDONLY | O_CLOEXEC | O_LARGEFILE)) <
> 0)
>
> Could you, please, check if this solves your issue.
>
> (I am resending this message because HTML was rejected by
> linux-kernel@...r.kernel.org).
>
> Best regards
>
> Heinrich Schuchardt
>
No, unfortunately that doesn't help. I slightly modifed
fanotify-example.c to call perror() when read() fails, and here's the
output:
jmaggard@...ggard-W520:~/fanotify-test$ sudo ./fanotify-example . &
[1] 7248
jmaggard@...ggard-W520:~/fanotify-test$ Started monitoring directory '.'...
truncate -s 2047m 2047m
Received event in path '/home/jmaggard/fanotify-test/2047m' pid=7250 (unknown):
FAN_OPEN
FAN_CLOSE_WRITE
jmaggard@...ggard-W520:~/fanotify-test$ truncate -s 2048m 2048m
read: Value too large for defined data type
-Justin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists