lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 21 Sep 2015 14:37:22 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Patrick Puzik <p.puzik91@...il.com>
Cc:	Jan Kara <jack@...e.com>, Josef Bacik <jbacik@...com>,
	Dave Chinner <dchinner@...hat.com>,
	Nikolay Borisov <kernel@...p.com>,
	linux-kernel@...r.kernel.org, Patrick Puzik <p.puzi91@...il.com>
Subject: Re: [PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify

On Sun, 20 Sep 2015 23:07:35 +0200 Patrick Puzik <p.puzik91@...il.com> wrote:

> Attached is a patch which is a preparation for the later support of an event notification,
> when an unreadable or readable file was closed.

People will want to see the whole patchset.

> --- a/include/linux/fsnotify_backend.h
> +++ b/include/linux/fsnotify_backend.h
> @@ -28,6 +28,8 @@
>  #define FS_ATTRIB		0x00000004	/* Metadata changed */
>  #define FS_CLOSE_WRITE		0x00000008	/* Writtable file was closed */
>  #define FS_CLOSE_NOWRITE	0x00000010	/* Unwrittable file closed */
> +#define FS_CLOSE_READ           0x00000011      /* Unreadable file closed */
> +#define FS_CLOSE_NOREAD         0x00000012      /* Readable file was closed */

The comments appear to be reversed.


--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ