We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c4e8a commit d1fcd38Copy full SHA for d1fcd38
1 file changed
mgm/XrdMgmOfs.cc
@@ -111,7 +111,7 @@
111
#include <XrdSec/XrdSecInterface.hh>
112
#include <XrdSfs/XrdSfsAio.hh>
113
#include <XrdSfs/XrdSfsFlags.hh>
114
-#include "private/XrdSfs/XrdSfsFAttr.hh"
+#include <XrdSfs/XrdSfsFAttr.hh>
115
#include "google/protobuf/io/zero_copy_stream_impl.h"
116
#include "mgm/bulk-request/dao/factories/AbstractDAOFactory.hh"
117
#include "mgm/bulk-request/dao/factories/ProcDirectoryDAOFactory.hh"
@@ -142,8 +142,6 @@ XrdSysError gMgmOfsEroute(0);
142
XrdOucTrace gMgmOfsTrace(&gMgmOfsEroute);
143
XrdMgmOfs* gOFS = 0;
144
145
-const char* k_nlink = "sys.eos.nlink";
146
-
147
// Set the version information
148
XrdVERSIONINFO(XrdSfsGetFileSystem, MgmOfs);
149
XrdVERSIONINFO(XrdSfsGetFileSystem2, MgmOfs);
0 commit comments