From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miklos Szeredi Subject: Re: [PATCH] overlayfs: move super block magic number to magic.h Date: Tue, 10 Nov 2015 17:13:07 +0100 Message-ID: References: <20151104105952.7232543a@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20151104105952.7232543a@xeon-e3> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Hemminger Cc: Hannes Frederic Sowa , Steven Rostedt , Al Viro , Linux API , "linux-unionfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Kernel Mailing List List-Id: linux-api@vger.kernel.org On Wed, Nov 4, 2015 at 7:59 PM, Stephen Hemminger wrote: > The overlayfs file system is not recognized by programs > like tail because the magic number is not in standard header location. > > Move it so that the value will propagate on for the GNU library > and utilities. Needs to go in the fstatfs manual page as well. > > Signed-off-by: Stephen Hemminger Thanks, pushed to git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next Miklos