summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2008-10-23 20:33:29 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-23 12:03:23 -0700
commit3856d30ded1fe43c6657927ebad402d25cd128f4 (patch)
treee2313de491919549ed9065fb2604dd3d19a33ea3 /scripts/objdiff
parentf3161f36f5f49ee995b90d6207d8b6d990355e0a (diff)
downloadkernel-3856d30ded1fe43c6657927ebad402d25cd128f4.tar.gz
ext4: remove unused variable in ext4_get_parent
Signed-off-by: Christoph Hellwig <hch@lst.de> [ All users removed in "switch all filesystems over to d_obtain_alias", aka commit 440037287c5ebb07033ab927ca16bb68c291d309 ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
05e6295f7b5e05f09e369a3eb2882ec5b40fff20'>Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2023-01-26vfs: plumb i_version handling into struct kstatJeff Layton 2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner 2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner 2022-10-26fs: use type safe idmapping helpersChristian Brauner 2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers 2022-09-11statx: add direct I/O alignment informationEric Biggers 2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren 2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka 2022-03-10io-uring: Make statx API stableStefan Roesch 2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein 2021-04-17fs: fix reporting supported extra file attributes for statx()Theodore Ts'o 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24stat: handle idmapped mountsChristian Brauner 2020-09-26fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig 2020-09-26fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig 2020-09-26fs: move vfs_fstatat out of lineChristoph Hellwig 2020-09-26fs: remove vfs_statx_fdChristoph Hellwig 2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds 2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-05-26statx: hide interfaces no longer used by io_uringBijan Mottahedeh 2020-05-26statx: allow system call to be invoked from io_uringBijan Mottahedeh 2020-05-14statx: add mount_rootMiklos Szeredi 2020-05-14statx: add mount IDMiklos Szeredi 2020-05-14statx: don't clear STATX_ATIME on SB_RDONLYMiklos Szeredi 2020-05-14uapi: deprecate STATX_ALLMiklos Szeredi 2020-05-04fs/stat: Define DAX statx attributeIra Weiny 2020-01-20fs: make two stat prep helpers availableJens Axboe