From: Linus Torvalds Date: Fri, 19 Jul 2019 18:33:22 +0000 (-0700) Subject: Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v5.4-rc1~506 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2fbf4b6d585e40f2369675148777abce3abd0e7;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'work.adfs' of git://git./linux/kernel/git/viro/vfs Pull adfs updates from Al Viro: "More ADFS patches from Russell King" * 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: fs/adfs: add time stamp and file type helpers fs/adfs: super: limit idlen according to directory type fs/adfs: super: fix use-after-free bug fs/adfs: super: safely update options on remount fs/adfs: super: correct superblock flags fs/adfs: clean up indirect disc addresses and fragment IDs fs/adfs: clean up error message printing fs/adfs: use %pV for error messages fs/adfs: use format_version from disc_record fs/adfs: add helper to get filesystem size fs/adfs: add helper to get discrecord from map fs/adfs: correct disc record structure --- d2fbf4b6d585e40f2369675148777abce3abd0e7 diff --cc fs/adfs/dir_f.c index 7557378,67afb38..c1a950c --- a/fs/adfs/dir_f.c +++ b/fs/adfs/dir_f.c @@@ -4,9 -3,12 +4,8 @@@ * * Copyright (C) 1997-1999 Russell King * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * E and F format directory handling */ - #include #include "adfs.h" #include "dir_f.h" diff --cc fs/adfs/dir_fplus.c index 6c5fbb0,973282fc..d56924c --- a/fs/adfs/dir_fplus.c +++ b/fs/adfs/dir_fplus.c @@@ -3,8 -2,11 +3,7 @@@ * linux/fs/adfs/dir_fplus.c * * Copyright (C) 1997-1999 Russell King - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ - #include #include #include "adfs.h" #include "dir_fplus.h" diff --cc fs/adfs/map.c index 4d34338,e8f70f7..f44d12c --- a/fs/adfs/map.c +++ b/fs/adfs/map.c @@@ -3,8 -2,11 +3,7 @@@ * linux/fs/adfs/map.c * * Copyright (C) 1997-2002 Russell King - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ - #include #include #include "adfs.h"