Skip to content

Commit

Permalink
[Doc] remove dead link and replace it with comment (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghimireamd authored Oct 2, 2024
1 parent fc96df7 commit 8f3b560
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/expanduser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
#include <sys/vfs.h>
#include <linux/magic.h>

// The magic number 0x0BD00BD0 (LL_SUPER_MAGIC) is defined in the Lustre filesystem source code.
// Please refer to the Lustre project's documentation or source code for details.
#ifndef LL_SUPER_MAGIC
#define LL_SUPER_MAGIC \
0x0BD00BD0 // LUSTRE
// https://github.com/whamcloud/lustre/blob/a336d7c7c1cd62a5a5213835aa85b8eaa87b076a/lustre/include/uapi/linux/lustre/lustre_user.h#L252
#define LL_SUPER_MAGIC 0x0BD00BD0 // LUSTRE

#endif
#ifndef CEPH_SUPER_MAGIC
#define CEPH_SUPER_MAGIC 0x00c36400
Expand Down

0 comments on commit 8f3b560

Please sign in to comment.