aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decompress.c
diff options
context:
space:
mode:
authorTao Ma <boyu.mt@taobao.com>2010-12-15 03:30:00 -0500
committerJoel Becker <joel.becker@oracle.com>2010-12-16 03:36:15 -0500
commit8ac33dc86d37ca76d282aa112d4f2794a731064e (patch)
tree1631d3643087ebb52da9eb8ec084e7191ab20e75 /lib/decompress.c
parent41b41a26d4d6e4e3ad877d02377844ab9552dc16 (diff)
ocfs2: Hold ip_lock when set/clear flags for indexed dir.
When we set/clear the dyn_features for an inode we hold the ip_lock. So do it when we set/clear OCFS2_INDEXED_DIR_FL also. Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'lib/decompress.c')
0 files changed, 0 insertions, 0 deletions
tty_struct *tty; int read_status_mask; int ignore_status_mask; int timeout; int stat_flags; int custom_divisor; int close_delay; unsigned short closing_wait; unsigned short closing_wait2; int IER; /* Interrupt Enable Register */ int MCR; /* Modem control register */ unsigned long event; unsigned long last_active; int line; int count; /* # of fd on device */ int blocked_open; /* # of blocked opens */ unsigned char *xmit_buf; int xmit_head; int xmit_tail; int xmit_cnt; struct work_struct tqueue; struct work_struct tqueue_hangup; wait_queue_head_t open_wait; wait_queue_head_t close_wait; wait_queue_head_t delta_msr_wait; wait_queue_head_t break_wait; struct async_icount icount; /* kernel counters for the 4 input interrupts */ struct hayes_esp_config config; /* port configuration */ struct esp_struct *next_port; /* For the linked list */ }; struct esp_pio_buffer { unsigned char data[1024]; struct esp_pio_buffer *next; }; #endif /* __KERNEL__ */ #endif /* ESP_H */