Whamcloud - gitweb
LU-16302 llite: Use alloc_inode_sb() to allocate inodes
authorShaun Tancheff <shaun.tancheff@hpe.com>
Tue, 31 Jan 2023 20:05:06 +0000 (12:05 -0800)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 16 Feb 2023 21:17:51 +0000 (21:17 +0000)
commitf230a6ede0d4fd605d79d5e9048d716ab236ac39
tree1e8f37fcc0ce7248cc227518dde25d7a5dc9222a
parent959ae45a9e863f3c558e3cf90ab9adb51a0cb97d
LU-16302 llite: Use alloc_inode_sb() to allocate inodes

linux-commit: v5.17-49-g8b9f3ac5b01d
  fs: introduce alloc_inode_sb() to allocate filesystems specific
      inode

Filesystems are expected to use alloc_inode_sb to allocate inodes
for proper lru handling.

Lustre-change: https://review.whamcloud.com/49070
Lustre-commit: a883fec55694491a26b664c2cff7fb904f72b7af

Test-Parameters: trivial
HPE-bug-id: LUS-11332
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: Ie6f091a01df33738ed2ef6f7fef9c1f9c1a51e03
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: jsimmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/49852
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
lustre/autoconf/lustre-core.m4
lustre/llite/super25.c