Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jul 2019 18:33:22 +0000 (11:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jul 2019 18:33:22 +0000 (11:33 -0700)
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

1  2 
fs/adfs/dir.c
fs/adfs/dir_f.c
fs/adfs/dir_fplus.c
fs/adfs/inode.c
fs/adfs/map.c
fs/adfs/super.c

diff --cc fs/adfs/dir.c
Simple merge
diff --cc fs/adfs/dir_f.c
index 7557378e58b330b2b285314263e6403f79921b9e,67afb3808e43ab08fa89f88fa854ea5af0cb54e0..c1a950c7400a6b21f4b84a40df9077f34b27067b
@@@ -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 <linux/buffer_head.h>
  #include "adfs.h"
  #include "dir_f.h"
  
index 6c5fbb0259c9295315f2bf97513b50573d390c5d,973282fc47587634574691ede4e371a6d9e49923..d56924c11b17f0f61f5d7ef1825db7c63a024529
@@@ -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 <linux/buffer_head.h>
  #include <linux/slab.h>
  #include "adfs.h"
  #include "dir_fplus.h"
diff --cc fs/adfs/inode.c
Simple merge
diff --cc fs/adfs/map.c
index 4d34338c61764c49e032b145ad72406d41e04598,e8f70f7c384eb878225e40ecd47cd22fa97b58ef..f44d12cef5be1012701daefaf0603806b7813d95
@@@ -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 <linux/buffer_head.h>
  #include <asm/unaligned.h>
  #include "adfs.h"
  
diff --cc fs/adfs/super.c
Simple merge