Whamcloud - gitweb
LU-14291 ofd: merge ost module into ofd 93/53993/6
authorJames Simmons <jsimmons@infradead.org>
Mon, 16 Dec 2024 16:55:24 +0000 (11:55 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 2 Jan 2025 20:46:03 +0000 (20:46 +0000)
commitb84f014d73397989696d34c27193f0efc98db6a1
treeae97085f30fbdfeebd37d668566142c23b66b244
parentbc9261874c3cdd68c2bb452eac381ab98105badd
LU-14291 ofd: merge ost module into ofd

The ost module is very small and its very similar to the mds class
which is embedded in the mdt module. We can do the same thing with
the ost module. Merge it into the ofd module.

Test-Parameters: trivial
Change-Id: I1f7c44893d41ec8fc03113400a02b5076a07fbbe
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53993
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
12 files changed:
MAINTAINERS
lustre/Makefile.in
lustre/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/obdclass/genops.c
lustre/ofd/Makefile.in
lustre/ofd/ofd_dev.c
lustre/ofd/ofd_internal.h
lustre/ofd/ofd_oss.c [moved from lustre/ost/ost_handler.c with 91% similarity]
lustre/ost/Makefile.in [deleted file]
lustre/ost/autoMakefile.am [deleted file]
lustre/ost/ost_internal.h [deleted file]