mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
drbd: split off drbd_buildtag into separate file
To be more similar to what we do in the out-of-tree module and ease the upstreaming process. Signed-off-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Reviewed-by: Joel Colledge <joel.colledge@linbit.com> Link: https://lore.kernel.org/r/20230113123506.144082-2-christoph.boehmwalder@linbit.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
committed by
Jens Axboe
parent
a3df2e456c
commit
887b98c74f
@@ -3776,24 +3776,6 @@ _drbd_insert_fault(struct drbd_device *device, unsigned int type)
|
||||
}
|
||||
#endif
|
||||
|
||||
const char *drbd_buildtag(void)
|
||||
{
|
||||
/* DRBD built from external sources has here a reference to the
|
||||
git hash of the source code. */
|
||||
|
||||
static char buildtag[38] = "\0uilt-in";
|
||||
|
||||
if (buildtag[0] == 0) {
|
||||
#ifdef MODULE
|
||||
sprintf(buildtag, "srcversion: %-24s", THIS_MODULE->srcversion);
|
||||
#else
|
||||
buildtag[0] = 'b';
|
||||
#endif
|
||||
}
|
||||
|
||||
return buildtag;
|
||||
}
|
||||
|
||||
module_init(drbd_init)
|
||||
module_exit(drbd_cleanup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user