This file is indexed.

/usr/include/btrfs/version.h is in btrfs-tools 3.17-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/* NOTE: this file is autogenerated by version.sh, do not edit */
#ifndef __BUILD_VERSION

#define __BUILD_VERSION

#define BTRFS_LIB_MAJOR 0
#define BTRFS_LIB_MINOR 1
#define BTRFS_LIB_PATCHLEVEL 1

#define BTRFS_LIB_VERSION ( BTRFS_LIB_MAJOR * 10000 + \
                            BTRFS_LIB_MINOR * 100 + \
                            BTRFS_LIB_PATCHLEVEL )

#define BTRFS_BUILD_VERSION "Btrfs v3.17"
#endif