Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185832
b: refs/heads/master
c: 518f167
h: refs/heads/master
v: v3
  • Loading branch information
Boaz Harrosh committed Feb 28, 2010
1 parent abf5e84 commit 5700ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34ce4e7c23e3da578e459b05c6fb17edecb19e6b
refs/heads/master: 518f167a37b3c53f3cf44d27800455ca24e920f6
4 changes: 2 additions & 2 deletions trunk/fs/exofs/exofs.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ struct exofs_sb_info {
* our extension to the in-memory inode
*/
struct exofs_i_info {
struct inode vfs_inode; /* normal in-memory inode */
wait_queue_head_t i_wq; /* wait queue for inode */
unsigned long i_flags; /* various atomic flags */
uint32_t i_data[EXOFS_IDATA];/*short symlink names and device #s*/
uint32_t i_dir_start_lookup; /* which page to start lookup */
wait_queue_head_t i_wq; /* wait queue for inode */
uint64_t i_commit_size; /* the object's written length */
uint8_t i_cred[OSD_CAP_LEN];/* all-powerful credential */
struct inode vfs_inode; /* normal in-memory inode */
};

static inline osd_id exofs_oi_objno(struct exofs_i_info *oi)
Expand Down

0 comments on commit 5700ae4

Please sign in to comment.