Skip to content

Commit

Permalink
rename mds/limits.h to mds/const.h
Browse files Browse the repository at this point in the history
Signed-off-by: Colin McCabe <[email protected]>
  • Loading branch information
cmccabe committed Mar 31, 2012
1 parent fbf630b commit 63ab439
Show file tree
Hide file tree
Showing 24 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion client/real/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "client/fishc.h"
#include "client/fishc_internal.h"
#include "client/stub/xattrs.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "util/compiler.h"
#include "util/dir.h"
#include "util/error.h"
Expand Down
2 changes: 1 addition & 1 deletion client/stub/stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "client/fishc.h"
#include "client/fishc_internal.h"
#include "client/stub/xattrs.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h"
#include "util/compiler.h"
#include "util/dir.h"
Expand Down
2 changes: 1 addition & 1 deletion common/config/mstorc.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#include "common//config/mstorc.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h"

#define JORM_CUR_FILE "common/config/mstorc.jorm"
Expand Down
2 changes: 1 addition & 1 deletion fuse/fuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "core/glitch_log.h"
#include "client/fishc.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h"
#include "util/cram.h"
#include "util/error.h"
Expand Down
2 changes: 1 addition & 1 deletion hadoop/RedfishClient.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "client/fishc.h"
#include "hadoop/common.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h"
#include "util/compiler.h"
#include "util/error.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mds/dmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#include "mds/dmap.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h"
#include "util/error.h"
#include "util/queue.h"
Expand Down
2 changes: 1 addition & 1 deletion mds/dmap_unit.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "core/process_ctx.h"
#include "mds/dmap.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "util/error.h"
#include "util/test.h"

Expand Down
2 changes: 1 addition & 1 deletion mds/heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "mds/delegation.h"
#include "mds/dmap.h"
#include "mds/dslots.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "mds/net.h"
#include "msg/bsend.h"
#include "msg/msg.h"
Expand Down
2 changes: 1 addition & 1 deletion mds/mstor.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "common/config/mstorc.h"
#include "core/glitch_log.h"
#include "jorm/jorm_const.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "mds/mstor.h"
#include "mds/srange_lock.h"
#include "mds/user.h"
Expand Down
2 changes: 1 addition & 1 deletion mds/mstor.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <stdio.h> /* for FILE */
#include <stdint.h> /* uint32_t, etc. */

#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h" /* for RF_MAX_OID */

#define MNODE_IS_DIR 0x8000
Expand Down
2 changes: 1 addition & 1 deletion mds/mstor_unit.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "common/config/mstorc.h"
#include "core/process_ctx.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "mds/mstor.h"
#include "mds/srange_lock.h"
#include "mds/user.h"
Expand Down
2 changes: 1 addition & 1 deletion mds/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "mds/dmap.h"
#include "mds/dslots.h"
#include "mds/heartbeat.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "mds/net.h"
#include "msg/bsend.h"
#include "msg/msg.h"
Expand Down
2 changes: 1 addition & 1 deletion mds/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "mds/limits.h"
#include "mds/const.h"
#include "mds/user.h"
#include "util/compiler.h"
#include "util/error.h"
Expand Down
2 changes: 1 addition & 1 deletion mds/user_unit.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "core/process_ctx.h"
#include "mds/user.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "util/error.h"
#include "util/string.h"
#include "util/test.h"
Expand Down
2 changes: 1 addition & 1 deletion mkfs/mkfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "client/fishc.h"
#include "core/process_ctx.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "util/str_to_int.h"
#include "util/string.h"

Expand Down
2 changes: 1 addition & 1 deletion osd/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "core/glitch_log.h"
#include "core/process_ctx.h"
#include "jorm/jorm_const.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/bsend.h"
#include "msg/msg.h"
#include "msg/msgr.h"
Expand Down
2 changes: 1 addition & 1 deletion osd/ostor.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "core/glitch_log.h"
#include "core/process_ctx.h"
#include "jorm/jorm_const.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "osd/fast_log.h"
#include "osd/ostor.h"
#include "util/compiler.h"
Expand Down
2 changes: 1 addition & 1 deletion stest/stest.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "common/config/logc.h"
#include "core/env.h"
#include "core/process_ctx.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "stest/stest.h"
#include "util/compiler.h"
#include "util/error.h"
Expand Down
2 changes: 1 addition & 1 deletion stest/unlink_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "client/fishc.h"
#include "core/env.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h"
#include "stest/stest.h"
#include "util/string.h"
Expand Down
2 changes: 1 addition & 1 deletion tool/chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "common/cluster_map.h"
#include "common/config/unitaryc.h"
#include "core/glitch_log.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/bsend.h"
#include "msg/msg.h"
#include "msg/types.h"
Expand Down
2 changes: 1 addition & 1 deletion tool/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "common/config/unitaryc.h"
#include "core/glitch_log.h"
#include "core/process_ctx.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "msg/bsend.h"
#include "msg/msgr.h"
#include "tool/common.h"
Expand Down
2 changes: 1 addition & 1 deletion tool/tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "client/fishc.h"
#include "core/process_ctx.h"
#include "mds/limits.h"
#include "mds/const.h"
#include "tool/tool.h"
#include "util/string.h"

Expand Down
2 changes: 1 addition & 1 deletion util/path_unit.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "mds/limits.h"
#include "mds/const.h"
#include "msg/types.h"
#include "util/path.h"
#include "util/string.h"
Expand Down

0 comments on commit 63ab439

Please sign in to comment.