Skip to content

Commit

Permalink
staging: lustre: uapi: label lustre_cfg.h as an uapi header
Browse files Browse the repository at this point in the history
Change LUSTRE_CFG_H to _UAPI_LUSTRE_CFG_H_ now that it is
a proper UAPI header.

Signed-off-by: James Simmons <[email protected]>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6401
Reviewed-on: https://review.whamcloud.com/26966
Reviewed-by: Quentin Bouget <[email protected]>
Reviewed-by: Ben Evans <[email protected]>
Reviewed-by: Oleg Drokin <[email protected]>
Signed-off-by: James Simmons <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jamesasimmons authored and gregkh committed Aug 23, 2017
1 parent 6238fbd commit d098232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/lustre/include/uapi/linux/lustre/lustre_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
* Lustre is a trademark of Sun Microsystems, Inc.
*/

#ifndef _LUSTRE_CFG_H
#define _LUSTRE_CFG_H
#ifndef _UAPI_LUSTRE_CFG_H_
#define _UAPI_LUSTRE_CFG_H_

#include <linux/errno.h>
#include <linux/kernel.h>
Expand Down Expand Up @@ -258,4 +258,4 @@ static inline int lustre_cfg_sanity_check(void *buf, size_t len)

/** @} cfg */

#endif /* _LUSTRE_CFG_H */
#endif /* _UAPI_LUSTRE_CFG_H_ */

0 comments on commit d098232

Please sign in to comment.